API for the heap management module. More...
#include "co_int.h"#include "ke_config.h"Go to the source code of this file.
Functions | |
| struct mblock_free * | ke_mem_init (void) |
| Heap initialization. | |
| void * | ke_malloc (uint32_t size) |
| Allocation of a block of memory. | |
| void | ke_free (void *mem_ptr) |
| Freeing of a block of memory. | |
API for the heap management module.
Copyright (C) RivieraWaves 2011-2019
Definition in file ke_mem.h.
1.6.1