# foonathan/memory

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/foonathan-memory).**

1,610 stars · 207 forks · C++ · Zlib

## Links

- GitHub: https://github.com/foonathan/memory
- Homepage: https://memory.foonathan.net
- awesome-repositories: https://awesome-repositories.com/repository/foonathan-memory.md

## Description

STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.

## Tags

### Part of an Awesome List

- [Memory Management](https://awesome-repositories.com/f/awesome-lists/devops/memory-management.md) — STL-compatible memory allocator library.
- [Memory Allocation](https://awesome-repositories.com/f/awesome-lists/devtools/memory-allocation.md) — STL compatible memory allocator library.
