MyOS Libc
|
Data Fields | |
struct liballoc_major * | prev |
Linked list information. | |
struct liballoc_major * | next |
Linked list information. | |
unsigned int | pages |
The number of pages in the block. | |
unsigned int | size |
The number of pages in the block. | |
unsigned int | usage |
The number of bytes used in the block. | |
struct liballoc_minor * | first |
A pointer to the first allocated memory in the block. | |
A structure found at the top of all system allocated memory blocks. It details the usage of the memory block.