rpmalloc

Memory allocator

A high-performance memory allocator designed to be cross-platform and thread-safe.

Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C

GitHub

2k stars
64 watching
191 forks
Language: Python
last commit: about 2 years ago
Linked from 5 awesome lists

allocatorconcurrencymemorythread

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
microsoft/snmallocAn allocator that efficiently handles memory allocation and deallocation in multithreaded environments.1,585
emeryberger/hoardAn efficient and scalable memory allocator designed to improve application performance in multithreaded programs on multiprocessor machines.1,115
grapheneos/hardened_mallocA memory allocator designed to provide hardening against heap corruption vulnerabilities and improve overall performance.1,313
foonathan/memoryA C++ library providing a new, flexible memory allocation system1,499
ccareaga/heap_allocatorA simple heap memory allocator implemented in C876
samsaffron/allocator_benchA benchmarking tool for evaluating the performance of various memory allocation algorithms in different languages and configurations52
mtrebi/memory-allocatorsCustom memory allocators in C++ to improve the performance of dynamic memory allocation1,769
thi-ng/tinyallocMemory allocation library for small, linear memory spaces777
daanx/mimalloc-benchA benchmarking suite for evaluating memory allocation algorithms and their performance on different hardware platforms.390
spaskalev/buddy_allocA simple buddy memory allocator suitable for applications requiring predictable allocation and deallocation behavior.155
gpuopen-librariesandsdks/d3d12memoryallocatorA memory allocation library designed to simplify resource creation and management in Direct3D 12 applications.765
armmbed/dlmallocDoug Lea's implementation of the core memory management algorithms used in C programming languages32
mdsteele/ziegfriedA general-purpose memory allocator for the Zig programming language.24
plasma-umass/meshA memory allocator that reduces memory footprint by compacting and managing memory fragmentation in C/C++ applications1,761
node-dot-cpp/alloc-testCross-platform benchmarking for memory allocators44