Subastra
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs
freelist.h File Reference
#include "../list.h"
Include dependency graph for freelist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  freelist_ledger_t
 An object that implements malloc-like behaviour without specifying the exact internal object being managed. More...
 

Macros

#define FREELIST_LEDGER_INVALID_BLOCK   (~(u32)0)
 

Typedefs

typedef u32 freelist_ledger_ptr_t
 

Macro Definition Documentation

◆ FREELIST_LEDGER_INVALID_BLOCK

#define FREELIST_LEDGER_INVALID_BLOCK   (~(u32)0)

Typedef Documentation

◆ freelist_ledger_ptr_t