Hoard

Memory allocator

An efficient and scalable memory allocator designed to improve application performance in multithreaded programs on multiprocessor machines.

The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.

GitHub

1k stars
64 watching
129 forks
Language: C++
last commit: 4 months ago
Linked from 2 awesome lists

mallocmemory-allocationmemory-manager

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
microsoft/snmalloc An optimized memory allocator with support for concurrent allocations and efficient batch deallocations. 1,576
mjansson/rpmalloc A high-performance memory allocator designed to be cross-platform and thread-safe. 2,164
grapheneos/hardened_malloc A memory allocator designed to provide hardening against heap corruption vulnerabilities and improve overall performance. 1,299
mtrebi/memory-allocators Custom memory allocators in C++ to improve the performance of dynamic memory allocation 1,755
ccareaga/heap_allocator A simple heap memory allocator implemented in C 873
foonathan/memory A C++ library providing a new, flexible memory allocation system 1,497
plasma-umass/mesh A memory allocator that reduces memory footprint by compacting and managing memory fragmentation in C/C++ applications 1,753
thi-ng/tinyalloc Memory allocation library for small, linear memory spaces 778
dbandstra/zig-hunk A basic memory allocator based on a fixed block of memory with two stacks growing inward. 0
mdsteele/ziegfried A general-purpose memory allocator for the Zig programming language. 24
samsaffron/allocator_bench A benchmarking tool for evaluating the performance of various memory allocation algorithms in different languages and configurations 52
spaskalev/buddy_alloc A simple buddy memory allocator suitable for applications requiring predictable allocation and deallocation behavior. 149
armmbed/dlmalloc Doug Lea's implementation of the core memory management algorithms used in C programming languages 32
daanx/mimalloc-bench A benchmarking suite for evaluating memory allocation algorithms and their performance on different hardware platforms. 375
fengb/zee_alloc A tiny general-purpose allocator targeting WebAssembly. 82