36 #ifndef __METAL_ALLOC__H__ 37 #error "Include metal/alloc.h instead of metal/generic/alloc.h" 40 #ifndef __METAL_GENERIC_ALLOC__H__ 41 #define __METAL_GENERIC_ALLOC__H__ 51 return (malloc(size));
static void * metal_allocate_memory(unsigned int size)
Definition: alloc.h:49
static void metal_free_memory(void *ptr)
Definition: alloc.h:54