freelist
There are 14 repositories under freelist topic.
embeddedartistry/libmemory
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
jurgen-kluft/callocator
ccore, c++ allocators and pools library
Snawoot/freelist
Pure Go generic implementation of freelist allocator
unevens/lockfree-async
A simple C++17 header-only template library for lock-free inter-thread communication.
AlexvZyl/freelist
A cache-coherent, embedded freelist collection written in Rust.
rkya/SBUnix
Preemptive multi-tasking operating system
JinhuaWei/list_array
a designed structure from list and array
KabalMcBlade/Eos
Eos is a memory manager which allow you to better control the flow of your program and avoid any allocation at runtime
arkaht/cpp-freelist
Freelist ─ a freelist memory visualiser in C++ using Raylib.
adsh16/MeMs
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.
sayhitosandy/Operating_Systems
My assignments for OS course [CSE231] [IIIT-Delhi].
Snawoot/list
Improved version of "container/list" from Go stdlib
weiwenchen2022/freelist
Efficient, thread-safe free list for Go