|
libmetal
|
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... | |
|
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 |