My Kernel v0.1.0

The metadata for a single bucket. More...

Data Fields

u32 block_size
 The size of each blocks inside this bucket.
 
u16 block_count
 Number of blocks currently malloc'd.
 
u16 flags
 Flags for this bucket.
 
llist_t free
 Head of the freelist.
 

Detailed Description

A bucket's metadata is stored at the beginning of its mapped area, inside its first block.


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