MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
heap_header_t Struct Reference

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.
 

Detailed Description

Maps the heap memory to easily accessible values. This structure contains pointers to the list of all blocks and the list of free blocks.


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