12#ifndef __METAL_ALLOC__H__
13#define __METAL_ALLOC__H__
15#include <metal/system/@PROJECT_SYSTEM@/alloc.h>
static void * metal_allocate_memory(unsigned int size)
allocate requested memory size return a pointer to the allocated memory
Definition alloc.h:32
static void metal_free_memory(void *ptr)
free the memory previously allocated
Definition alloc.h:42
static void __metal_free_memory(void *ptr)
Definition alloc.h:30
static void * __metal_allocate_memory(unsigned int size)
Definition alloc.h:25