MyOS Libc
liballoc_major Struct Reference

Data Fields

struct liballoc_majorprev
 Linked list information.
 
struct liballoc_majornext
 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_minorfirst
 A pointer to the first allocated memory in the block.

 

Detailed Description

A structure found at the top of all system allocated memory blocks. It details the usage of the memory block.


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