# Memory pool

> AI-ranked search results for `fixed size memory buffers` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 118 total matches; showing the top 4.

Explore on the web: https://awesome-repositories.com/q/fixed-size-memory-buffers

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/fixed-size-memory-buffers).**

## Results

- [mattconte/tlsf](https://awesome-repositories.com/repository/mattconte-tlsf.md) (1,571 ⭐) — Two-Level Segregated Fit memory allocator implementation.
- [rust-embedded/heapless](https://awesome-repositories.com/repository/rust-embedded-heapless.md) (1,977 ⭐) — Heapless is an embedded Rust data structure library that provides statically allocated, fixed-capacity collections for memory-constrained systems. It implements a zero-allocation runtime model where all collection elements are stored inline within their own value structure, completely removing the need for operating system interaction, global allocators, or runtime heap allocation. 

Capacity is specified at compile time through generic type parameters, ensuring every collection has a fixed upper bound known before execution. The library implements core language traits to provide standard coll
- [teslamotors/fixed-containers](https://awesome-repositories.com/repository/teslamotors-fixed-containers.md) (447 ⭐) — C++ Fixed Containers
- [foonathan/memory](https://awesome-repositories.com/repository/foonathan-memory.md) (1,610 ⭐) — STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
