Skip to content

Implementation of a simple memory manager and allocator in C

Notifications You must be signed in to change notification settings

mura3277/Virtual-Memory-Allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual-Memory-Allocator

Implementation of a simple memory manager and allocator in C. An implementation of a simplified version of the function malloc() that allows the allocation of memory segments, a version of the free() function to deallocate these segments and a function defrag() that defragments the virtual memory.

About

Implementation of a simple memory manager and allocator in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published