MushOS
0.1
A UNIX-like OS prototype, written from scratch
|
Header of an allocated heap block. Defines current block, contain its size. Also acts as a linked list, contains addresses of the previous and next allocated blocks.
Definition at line 35 of file lib/base/heap.c.