Skip to content
#

custom-allocator

Here are 19 public repositories matching this topic...

This library implements a std::vector like Dynamic Array data structure in C, allowing for the creation, modification, and manipulation of an array whose size can be dynamically adjusted during runtime.

  • Updated Dec 29, 2023
  • C

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 custom-allocator 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 custom-allocator topic, visit your repo's landing page and select "manage topics."

Learn more