allocator
Here are 98 public repositories matching this topic...
malloc / free replacement for unmanaged, linear memory situations (e.g. WASM, embedded devices...)
-
Updated
Jul 24, 2024 - C
A single header buddy memory allocator for C & C++
-
Updated
Jul 16, 2025 - C
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
-
Updated
Jul 17, 2025 - C
TLSF: two-level segregated fit O(1) allocator
-
Updated
Sep 3, 2022 - C
Super small, simple, and (almost) completely C89-compliant single-header arena "allocator".
-
Updated
Jul 16, 2025 - C
Fast O(1) offset allocator with minimal fragmentation in C99
-
Updated
Oct 19, 2023 - C
Tiny (ANSI) C library for pool allocation
-
Updated
Apr 15, 2025 - C
A set of custom memory allocators
-
Updated
Aug 25, 2023 - C
fast lock free shared memory allocator
-
Updated
Aug 12, 2020 - C
This is the custom implementation of function malloc for embedded systems, that defragmentate memory after using it. Good solution when you need to allocate memory dynamically, but memory fragmentation is the problem.
-
Updated
Feb 4, 2022 - C
Region based memory allocator
-
Updated
May 14, 2020 - C
Customisable, thread-safe C11 memory allocator based off the K&R "storage allocator"
-
Updated
Jul 5, 2024 - C
Allocating physical memory in linux userspace
-
Updated
Jun 14, 2023 - C
Header-only arena allocator implementation in C.
-
Updated
Feb 3, 2025 - C
Improve this page
Add a description, image, and links to the allocator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the allocator topic, visit your repo's landing page and select "manage topics."