#include <stdlib.h>
Include dependency graph for memory_man.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void * | allocate (unsigned int size) |
Allocates a block of memory. More... | |
void | deallocate (void *block) |
Deaalocates a block of memory. More... | |
void | mem_clear (void) |
Deallocates all blocks currently allocated. More... |
|
Allocates a block of memory.
|
|
Deaalocates a block of memory.
|
|
Deallocates all blocks currently allocated.
|