lucastsa / slab_allocator
Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.
☆36Updated 11 years ago
Alternatives and similar repositories for slab_allocator:
Users that are interested in slab_allocator are comparing it to the libraries listed below
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- buddy system memory allocator☆37Updated 10 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- Buffer based LRU cache☆39Updated 2 years ago
- Small implementation in C of a slab allocator in user space☆35Updated 9 months ago
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆86Updated 3 years ago
- Intermals_of_Linux_device_driver☆25Updated 6 years ago
- A User Space Threading Library☆19Updated 11 months ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- A minimal mark-and-sweep garbage collector☆44Updated 6 years ago
- ☆20Updated 4 years ago
- rcu example of linux kernel. tag : rcu, list rcu, linux kernel rcu, kernel rcu, read copy update, rcu example☆34Updated 2 years ago
- Implements a Min-Heap / Priority Queue in C using a simple array.☆55Updated 4 years ago
- https://git.fedorahosted.org/git/libaio.git☆16Updated 8 years ago
- PROGRESS64 is a C library of scalable functions for concurrent programs, primarily focused on networking applications.☆88Updated this week
- XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.☆52Updated last month
- Different implementations of spinlock.☆105Updated 10 years ago
- LFS using Fuse☆45Updated 12 years ago
- Function tracer for gcc☆35Updated 8 years ago
- An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.☆40Updated 6 years ago
- A tiny lexical analyser generator☆19Updated 13 years ago
- 实现linux内核对应用段错误、double free问题栈回溯☆33Updated 2 years ago
- JIT compiler from scratch, derived from Nick Desaulniers' great work☆44Updated 4 years ago
- a tiny monolithic kernel☆61Updated 8 years ago
- The kernel of Linux0.11☆19Updated 6 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- User level NVMe driver library☆65Updated 3 years ago
- c2c blog: A perf enhancement to detect false cachline sharing.☆35Updated 2 months ago
- Notes taken from Understanding the Linux Virtual Memory Manager by Mel Gorman targeting kernel 2.4.22.☆48Updated 8 years ago