This project implements a custom memory management library for allocating and freeing memory in a Windows environment. It provides basic memory management functionalities similar to the standard malloc, free, and realloc functions. The library uses a free list to manage memory blocks efficiently.
-
Notifications
You must be signed in to change notification settings - Fork 0
This project implements a custom memory management library for allocating and freeing memory in a Windows environment. It provides basic memory management functionalities similar to the standard malloc, free, and realloc functions. The library uses a free list to manage memory blocks efficiently.
maryamayman21/BasicMemoryAllocator
About
This project implements a custom memory management library for allocating and freeing memory in a Windows environment. It provides basic memory management functionalities similar to the standard malloc, free, and realloc functions. The library uses a free list to manage memory blocks efficiently.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published