MyOS Libc
liballoc_minor Struct Reference

Data Fields

struct liballoc_minorprev
 Linked list information.
 
struct liballoc_minornext
 Linked list information.
 
struct liballoc_majorblock
 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.
 

Detailed Description

This is a structure found at the beginning of all sections in a major block which were allocated by a malloc, calloc, realloc call.


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