Definition in file mmem.h.
Go to the source code of this file.
Data Structures | |
struct | mmem |
Defines | |
#define | MMEM_PTR(m) |
Get a pointer to the managed memory. | |
Functions | |
int | mmem_alloc (struct mmem *m, unsigned int size) |
Allocate a managed memory block. | |
void | mmem_free (struct mmem *m) |
Deallocate a managed memory block. | |
void | mmem_init (void) |
Initialize the managed memory module. |