|
CTS-SAT-1-OBC-Firmware
|
#include "FreeRTOS.h"#include <stddef.h>

Go to the source code of this file.
Macros | |
| #define | HEATSHRINK_DYNAMIC_ALLOC 1 |
| #define | HEATSHRINK_MALLOC(size) |
| #define | HEATSHRINK_FREE(ptr, size) |
| #define | HEATSHRINK_DEBUGGING_LOGS 0 |
| #define | HEATSHRINK_USE_INDEX 1 |
Functions | |
| static void * | heatshrink_port_impl_malloc (size_t size) |
| static void | heatshrink_port_impl_free (void *ptr) |
| #define HEATSHRINK_DEBUGGING_LOGS 0 |
| #define HEATSHRINK_DYNAMIC_ALLOC 1 |
| #define HEATSHRINK_FREE | ( | ptr, | |
| size ) |
| #define HEATSHRINK_MALLOC | ( | size | ) |
| #define HEATSHRINK_USE_INDEX 1 |
|
inlinestatic |
|
inlinestatic |