Subastra
|
#include "../list.h"
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 |
#define FREELIST_LEDGER_INVALID_BLOCK (~(u32)0) |
typedef u32 freelist_ledger_ptr_t |