kiba-engine
Data Fields
free_list_entry Struct Reference

A single entry of a free list. More...

Collaboration diagram for free_list_entry:

Data Fields

usize size
 The size in bytes of the free space in the associsated memory block.
 
struct free_list_entrynext
 Pointer to the next entry in the free list.
 

Detailed Description

A single entry of a free list.

Each free list entry preceeds the block of free memory it stands for.

Definition at line 21 of file free_list.c.


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