Custom memory allocators in C++ to improve the performance of dynamic memory allocation
-
Updated
May 23, 2024 - C++
Custom memory allocators in C++ to improve the performance of dynamic memory allocation
C++ Custom memory allocators
The Arena Allocator (Linear Allocator) is a custom memory allocater written in C++. It provides a high-performance memory management solution for applications that require efficient and predictable memory allocation and deallocation.
A Rust general purpose unidimensional space allocator library
PLALLOC - dynamic linear pool allocator (ULL Based)
An arena/linear memory allocator built in C
An ultra simple single-threaded linear allocator
C++ JSON parser and decoder/encoder (can deserialize JSON into structs and back to JSON)
Add a description, image, and links to the linear-allocator topic page so that developers can more easily learn about it.
To associate your repository with the linear-allocator topic, visit your repo's landing page and select "manage topics."