Skip to content

This is a simple memory allocator, imitating the malloc and free functions in C. It can INITIALIZE the maximum memory used, FINALIZE the memory, ALLOC n bytes of memory, FREE n bytes of memory, FILL a part of the memory given the index, size and value. The complete exercise text can be found here: https://ocw.cs.pub.ro/courses/programare/teme_20…

License

Notifications You must be signed in to change notification settings

mykkode/memory-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

memory-allocator

This is a simple memory allocator, imitating the malloc and free functions in C. It can INITIALIZE the maximum memory used, FINALIZE the memory, ALLOC n bytes of memory, FREE n bytes of memory, FILL a part of the memory given the index, size and value. The complete exercise text can be found here: https://ocw.cs.pub.ro/courses/programare/teme_2017/tema2_2017_cbd

About

This is a simple memory allocator, imitating the malloc and free functions in C. It can INITIALIZE the maximum memory used, FINALIZE the memory, ALLOC n bytes of memory, FREE n bytes of memory, FILL a part of the memory given the index, size and value. The complete exercise text can be found here: https://ocw.cs.pub.ro/courses/programare/teme_20…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published