slab-allocator
There are 12 repositories under slab-allocator topic.
GrapheneOS/hardened_malloc
Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time.
suirad/adma
A general purpose, multithreaded capable slab allocator for Zig
tickbh/algorithm-rs
about algorithm data structure, now has lru/lru-k/lfu/slab/rbtree/timerwheel with ttl, 关于算法常用的数据结构
Kicksecure/hardened_malloc
Hardened Memory Allocator for many Applications to increase Security. Debian packaging fork only. Fork Homepage: https://www.whonix.org/wiki/Hardened_Malloc Upstream original: https://github.com/GrapheneOS/hardened_malloc
jackshendrikov/slab-allocator
Implementation of an Object-Caching Kernel Memory Allocator
AymenSekhri/minimalist_malloc
A simple implementation of a slab memory allocator.
Mobiwn/Operating-Systems
📚 Centralized collection of syllabus, books, experiments, and practice questions for the Operating Systems course at Urmia University.
RohanVDvivedi/Slabby
A slab memory allocator in C.
LukaSimovic/Memory-allocator-for-kernel-objects
C implementation of buddy allocator and slab memory allocator for kernel objects
QuangTung97/espresso
In-memory Cache with TinyLFU & Leasing
RohanVDvivedi/Cashed
Cashed is an LRU based caching service written in plain c.
sevagh/red-black-tree
red-black tree two ways: slab and unsafe pointers