There are 0 repository under freelist topic.
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
ccore, c++ allocators and pools library
A simple C++17 header-only template library for lock-free inter-thread communication.
Eos is a memory manager which allow you to better control the flow of your program and avoid any allocation at runtime
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.
Freelist ─ a freelist memory visualiser in C++ using Raylib.
My assignments for OS course [CSE231] [IIIT-Delhi].