Skip to content
#

slab-allocator

Here are 31 public repositories matching this topic...

This repository contains a deterministic general-purpose memory allocator based on slab caches. It is compatible with the POSIX malloc family and focuses on predictable layouts, clear synchronization, and concise code. The design is inspired by Bonwick’s object-caching approach and follows the same technical style as the related TFG report.

  • Updated Apr 6, 2026
  • C

Add this topic to your repo

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

Learn more