Skip to content

Implementation of malloc and free for the xv6 operating system

Notifications You must be signed in to change notification settings

toblaroni/xv6-memory-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

OS - Coursework

Implementation of malloc and free for the xv6 operating system.

memory is allocated on the heap using a linked list with first fit allocation. It also implements coalescence of contiguous blocks using recursion :-)

About

Implementation of malloc and free for the xv6 operating system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages