The Custom Memory Allocation Library reimplements core memory management functions in C.
-
Updated
Mar 28, 2024 - C
The Custom Memory Allocation Library reimplements core memory management functions in C.
🚀 Enhanced OS/161 with advanced memory management, dynamic processes, and powerful synchronization. Dive into VirtuOS to explore hierarchical page tables, dynamic memory allocation, and synchronization techniques. Elevate your OS education with VirtuOS today!
A custom malloc implementation in C explained
Reinterpretation of the malloc function using brk/sbrk
Implementation of C standard library memory-related functions: malloc(), calloc(), realloc(), free() from scratch.
Second year project at {EPITECH}. Introduction to sbrk, brk and how the malloc familly of function works.
A simple malloc and free implementation that uses a link list to manage memory.
Implementation of a memory allocating function
a malloc implementation I wrote a while back
My own implementation of malloc and free
Operating Systems Homework 4. Run in Ubuntu14.04
Linux Style Buddy Memory Allocator C++ project
Add a description, image, and links to the sbrk topic page so that developers can more easily learn about it.
To associate your repository with the sbrk topic, visit your repo's landing page and select "manage topics."