HALFRED  0.4.0
Macros
hal_heap.h File Reference

Heap memory manager API. More...

Detailed Description

Heap memory manager API.

HAL heap memory manager.

Purpose
HALFRED Hardware Abstraction Layer
Version
Revision
1576
License
$License$
#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