Skip to content
#

slab-allocator

Here are 22 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

Improve this page

Add a description, image, and links to the slab-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 slab-allocator topic, visit your repo's landing page and select "manage topics."

Learn more