Zephyr libmetal memory allocation definitions. More...
#include <zephyr/kernel.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| void * | metal_zephyr_allocate_memory (unsigned int size) |
| void | metal_zephyr_free_memory (void *ptr) |
| static void * | __metal_allocate_memory (unsigned int size) |
| static void | __metal_free_memory (void *ptr) |
Zephyr libmetal memory allocation definitions.
|
inlinestatic |
|
inlinestatic |
| void* metal_zephyr_allocate_memory | ( | unsigned int | size | ) |
| void metal_zephyr_free_memory | ( | void * | ptr | ) |