Skip to content
#

pool-allocator

Here are 24 public repositories matching this topic...

Production-style Embedded Memory Allocator Suite written in ANSI C featuring First Fit, Best Fit, Pool, Buddy, and Slab allocators with heap profiling, fragmentation analysis, memory visualization, and modular embedded APIs.

  • Updated Jul 17, 2026
  • C

Header-only C++17 allocators for games: a fixed-size pool with an intrusive free list and a per-frame arena, both exposed as std::pmr::memory_resource, with contract checks in debug builds, a randomised property test and a benchmark against new, std::pmr and a plain vector.

  • Updated Aug 28, 2026
  • C++

Add this topic to your repo

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

Learn more