HALFRED
0.4.0
|
Heap memory manager API. More...
Heap memory manager API.
HAL heap memory manager.
#include <stdint.h>
#include <stddef.h>
#include "hal_config.h"
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | HAL_HEAP_MODE 0 |
#define | HAL_HEAP_DEBUG 0 |
#define | HAL_HEAP_ALIGNMENT 4 |
#define | HEAP_Alloc malloc |
#define | HEAP_Free free |
#define | HEAP_Calloc calloc |
#define | HEAP_Realloc realloc |