sebastiencs / mallocLinks
Malloc / Free / Realloc / Calloc implementation using a red-black tree
☆10Updated 10 years ago
Alternatives and similar repositories for malloc
Users that are interested in malloc are comparing it to the libraries listed below
Sorting:
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆36Updated 11 years ago
- A tiny lexical analyser generator☆19Updated 13 years ago
- A simple C Thread pool implementation☆13Updated 5 years ago
- Libelf is a simple library to read ELF files.☆55Updated 3 years ago
- ☆60Updated 7 years ago
- Linux dynamic loader implimentation for self containment☆11Updated 6 years ago
- cprops - C Prototyping Tools☆13Updated 13 years ago
- A compiler for a subset of C11 language. Under development...☆12Updated last year
- rcu example of linux kernel. tag : rcu, list rcu, linux kernel rcu, kernel rcu, read copy update, rcu example☆34Updated 2 years ago
- ☆33Updated 2 years ago
- A bare metal port of the GNU ISO C++ library☆39Updated 2 years ago
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆56Updated 2 months ago
- Minix 1.1 to 2.0.4☆52Updated 7 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆89Updated 3 years ago
- Portable Event Library☆18Updated 5 months ago
- huang's c compiler - a tiny C99 compiler.☆23Updated last year
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- a mini C-like language(C1) compiler☆36Updated 5 years ago
- ☆11Updated 8 months ago
- A POSIX compliant C library for Windows☆52Updated last week
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- buddy system memory allocator☆39Updated 10 years ago
- minimal libc☆22Updated 13 years ago
- A toy operating system, written from scratch.☆31Updated last year
- ☆27Updated 9 years ago
- A User Space Threading Library☆20Updated last year
- C version Ftpserver, run on linux☆21Updated 11 years ago
- Portable Coroutine Library (unofficial fork -- original by Davide Libenzi http://www.xmailserver.org/libpcl.html )☆10Updated 14 years ago
- 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.☆55Updated last month