tinyalloc

Memory allocator

Memory allocation library for small, linear memory spaces

malloc / free replacement for unmanaged, linear memory situations (e.g. WASM, embedded devices...)

GitHub

777 stars
20 watching
77 forks
Language: C
last commit: about 2 years ago
allocatorembeddedmemorywebassembly

Related projects:

RepositoryDescriptionStars
microsoft/snmallocAn allocator that efficiently handles memory allocation and deallocation in multithreaded environments.1,585
fengb/zee_allocA tiny general-purpose allocator targeting WebAssembly.83
foonathan/memoryA C++ library providing a new, flexible memory allocation system1,499
armmbed/dlmallocDoug Lea's implementation of the core memory management algorithms used in C programming languages32
mjansson/rpmallocA high-performance memory allocator designed to be cross-platform and thread-safe.2,186
emeryberger/hoardAn efficient and scalable memory allocator designed to improve application performance in multithreaded programs on multiprocessor machines.1,115
rustwasm/wee_allocAn allocator designed to minimize WebAssembly code size while still providing efficient memory management.668
plasma-umass/meshA memory allocator that reduces memory footprint by compacting and managing memory fragmentation in C/C++ applications1,761
mtrebi/memory-allocatorsCustom memory allocators in C++ to improve the performance of dynamic memory allocation1,769
grapheneos/hardened_mallocA memory allocator designed to provide hardening against heap corruption vulnerabilities and improve overall performance.1,313
daanx/mimalloc-benchA benchmarking suite for evaluating memory allocation algorithms and their performance on different hardware platforms.390
ccareaga/heap_allocatorA simple heap memory allocator implemented in C876
node-dot-cpp/alloc-testCross-platform benchmarking for memory allocators44
mdsteele/ziegfriedA general-purpose memory allocator for the Zig programming language.24
tlk00/bitmagicA C++ library for compact data structures and algorithms optimized for memory efficiency and high performance413