Skip to content
#

arena-allocation

Here are 5 public repositories matching this topic...

Language: All
Filter by language

ArenaBinAllocator is a custom memory allocator written in C that simulates low-level memory management using a preallocated arena. It supports malloc, free, and realloc operations with a binning strategy for efficient small allocations and implements block merging to minimize fragmentation and optimize memory reuse.

  • Updated Apr 17, 2026
  • C

Improve this page

Add a description, image, and links to the arena-allocation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the arena-allocation topic, visit your repo's landing page and select "manage topics."

Learn more