Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
-
Updated
May 21, 2024 - C
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
Pure Go generic implementation of freelist allocator
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
Eos is a memory manager which allow you to better control the flow of your program and avoid any allocation at runtime
Improved version of "container/list" from Go stdlib
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 Memory Visualiser built in C++ and raylib.
Add a description, image, and links to the freelist topic page so that developers can more easily learn about it.
To associate your repository with the freelist topic, visit your repo's landing page and select "manage topics."