75 #define MMEM_PTR(m) (struct mmem *)(m)->ptr
86 int mmem_alloc(
struct mmem *m,
unsigned int size);
void mmem_init(void)
Initialize the managed memory module.
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.