MentOS
0.8.0
The Mentoring Operating System
|
Maps the heap memory to easily accessible values. This structure contains pointers to the list of all blocks and the list of free blocks. More...
Public Attributes | |
list_head | list |
List of all memory blocks, both free and allocated. | |
list_head | free |
List of free blocks available for allocation. | |
Maps the heap memory to easily accessible values. This structure contains pointers to the list of all blocks and the list of free blocks.