#include "FreeRTOS.h"
#include <stddef.h>
Go to the source code of this file.
◆ HEATSHRINK_DEBUGGING_LOGS
| #define HEATSHRINK_DEBUGGING_LOGS 0 |
◆ HEATSHRINK_DYNAMIC_ALLOC
| #define HEATSHRINK_DYNAMIC_ALLOC 1 |
◆ HEATSHRINK_FREE
| #define HEATSHRINK_FREE |
( |
| ptr, |
|
|
| size ) |
Value:
static void heatshrink_port_impl_free(void *ptr)
Definition heatshrink_config.h:28
◆ HEATSHRINK_MALLOC
| #define HEATSHRINK_MALLOC |
( |
| size | ) |
|
Value:
static void * heatshrink_port_impl_malloc(size_t size)
Definition heatshrink_config.h:17
◆ HEATSHRINK_USE_INDEX
| #define HEATSHRINK_USE_INDEX 1 |
◆ heatshrink_port_impl_free()
| void heatshrink_port_impl_free |
( |
void * | ptr | ) |
|
|
inlinestatic |
◆ heatshrink_port_impl_malloc()
| void * heatshrink_port_impl_malloc |
( |
size_t | size | ) |
|
|
inlinestatic |