memory
Memory allocator library
A C++ library providing a new, flexible memory allocation system
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
1k stars
58 watching
196 forks
Language: C++
last commit: 7 months ago
Linked from 3 awesome lists
allocatorc-plus-plusmemorymemory-allocation
Related projects:
Repository | Description | Stars |
---|---|---|
| A container library providing customizable arrays with various allocation strategies and optimized storage. | 252 |
| An allocator that efficiently handles memory allocation and deallocation in multithreaded environments. | 1,585 |
| A simple heap memory allocator implemented in C | 876 |
| Custom memory allocators in C++ to improve the performance of dynamic memory allocation | 1,769 |
| A high-performance memory allocator designed to be cross-platform and thread-safe. | 2,186 |
| Memory allocation library for small, linear memory spaces | 777 |
| An efficient and scalable memory allocator designed to improve application performance in multithreaded programs on multiprocessor machines. | 1,115 |
| A benchmarking tool for evaluating the performance of various memory allocation algorithms in different languages and configurations | 52 |
| A C++11 library for minimizing the size of types by using bit-twiddling and other low-level techniques. | 111 |
| A simple buddy memory allocator suitable for applications requiring predictable allocation and deallocation behavior. | 155 |
| A memory allocator that reduces memory footprint by compacting and managing memory fragmentation in C/C++ applications | 1,761 |
| A memory allocator designed to provide hardening against heap corruption vulnerabilities and improve overall performance. | 1,313 |
| A basic memory allocator based on a fixed block of memory with two stacks growing inward. | 0 |
| A memory allocation library designed to simplify resource creation and management in Direct3D 12 applications. | 765 |
| A C++ library for managing memory pools with efficient allocation and deallocation | 19 |