tristanred / micros

Micro OS project.
MIT License
3 stars 0 forks source link

Heap style memory allocations #11

Closed tristanred closed 6 years ago

tristanred commented 7 years ago

Change the Memory Allocator to use true heap style memory allocations. Each allocation is kept in a dynamically expanding list and will be prepended by a byte tracking the size of the block.