MushOS  0.1
A UNIX-like OS prototype, written from scratch
Loading...
Searching...
No Matches
heap_block_header Struct Reference

Detailed Description

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.


The documentation for this struct was generated from the following file: