Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
-
Updated
Jan 21, 2026 - C
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
Pure Go generic implementation of freelist allocator
解剖内存 · anatomy of memory — 手写 C++ 内存分配器(FreeList → ThreadCache → CentralPool 三层,逐层深入内存管理)。B 站《内存池实战》9 期教程配套代码。
A simple C++17 header-only template library for lock-free inter-thread communication.
A cache-coherent, embedded freelist collection written in Rust.
Preemptive multi-tasking operating system
Improved version of "container/list" from Go stdlib
Eos is a memory manager which allow you to better control the flow of your program and avoid any allocation at runtime
An implementation of a free list.
MeMs is a custom memory management system implemented in C, utilizing mmap and munmap system calls for efficient memory allocation and deallocation. The system employs a 2-D free list data structure to track memory usage, manage virtual and physical address mappings, and handle memory fragmentation.
My assignments for OS course [CSE231] [IIIT-Delhi].
Freelist ─ a freelist memory visualiser in C++ using Raylib.
To associate your repository with the freelist topic, visit your repo's landing page and select "manage topics."