Skip to content

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

maryamayman21/BasicMemoryAllocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

BasicMemoryAllocator

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.

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

No packages published

Languages