MyOS Libc
|
Data Fields | |
struct liballoc_minor * | prev |
Linked list information. | |
struct liballoc_minor * | next |
Linked list information. | |
struct liballoc_major * | block |
The owning block. A pointer to the major structure. | |
unsigned int | magic |
A magic number to idenfity correctness. | |
unsigned int | size |
The size of the memory allocated. Could be 1 byte or more. | |
unsigned int | req_size |
The size of memory requested. | |
This is a structure found at the beginning of all sections in a major block which were allocated by a malloc, calloc, realloc call.