Skip to content

SuperiorJT/MemoryAllocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MemoryAllocation

A simple version of malloc and free

What is included:

  • Use of brk and sbrk to create breaks in the heap
  • Fusion and Segment Splitting to help handle fragmentation
  • Basic use of pointers and structs
  • Using shifts to align size values

If you have any questions, contact me at superiorjt@gmail.com!

About

Recreating a simple version of malloc and free

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages