linear-allocator
There are 8 repositories under linear-allocator topic.
mtrebi/memory-allocators
Custom memory allocators in C++ to improve the performance of dynamic memory allocation
Kashio/A5
C++ Custom memory allocators
alitokur/arena-allocator
The Arena Allocator (Linear Allocator)
aleokdev/space_alloc
A Rust general purpose unidimensional space allocator library
madsmtm/linear-malloc
An ultra simple single-threaded linear allocator
UtoECat/plalloc
PLALLOC - dynamic linear pool allocator (ULL Based)
claudemuller/arena-allocator.c
An arena/linear memory allocator built in C
jurgen-kluft/cjson
C++ JSON parser and decoder/encoder (can deserialize JSON into structs and back to JSON)