#include <metal/system/@PROJECT_SYSTEM@/alloc.h>
Go to the source code of this file.
Functions | |
static void * | metal_allocate_memory (unsigned int size) |
allocate requested memory size return a pointer to the allocated memory More... | |
static void | metal_free_memory (void *ptr) |
free the memory previously allocated More... | |