libmetal
|
Functions | |
static void * | metal_allocate_memory (unsigned int size) |
allocate requested memory size return a pointer to the allocated memory | |
static void | metal_free_memory (void *ptr) |
free the memory previously allocated | |
|
inlinestatic |
allocate requested memory size return a pointer to the allocated memory
[in] | size | size in byte of requested memory |
|
inlinestatic |
free the memory previously allocated
[in] | ptr | pointer to memory |