allocator
Here are 106 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
Oct 4, 2025 - C
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
- Updated
Oct 28, 2025 - C
Super small, simple, and (almost) completely C89-compliant single-header arena "allocator".
- Updated
Jul 16, 2025 - C
TLSF: two-level segregated fit O(1) allocator
- Updated
Sep 3, 2022 - C
Fast O(1) offset allocator with minimal fragmentation in C99
- Updated
Oct 19, 2023 - C
Tiny (ANSI) C library for pool allocation
- Updated
Aug 14, 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
Custom memory allocator that builds a small binary trees on the heap
- Updated
Aug 23, 2025 - C
Simple and lightweight header-only arena allocator library in pure C for streamlined memory management.
- Updated
Nov 1, 2025 - C
Allocating physical memory in linux userspace
- Updated
Jun 14, 2023 - 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."