libmetal
|
#include <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) |
|
inlinestatic |
|
inlinestatic |
void* metal_zephyr_allocate_memory | ( | unsigned int | size | ) |
void metal_zephyr_free_memory | ( | void * | ptr | ) |