|
MeterLogger
|
Go to the source code of this file.
Macros | |
| #define | HEATSHRINK_DYNAMIC_ALLOC 1 |
| #define | HEATSHRINK_MALLOC(SZ) malloc(SZ) |
| #define | HEATSHRINK_FREE(P, SZ) free(P) |
| #define | HEATSHRINK_DEBUGGING_LOGS 0 |
| #define | HEATSHRINK_USE_INDEX 1 |
| #define HEATSHRINK_DEBUGGING_LOGS 0 |
Definition at line 19 of file heatshrink_config.h.
| #define HEATSHRINK_DYNAMIC_ALLOC 1 |
Definition at line 5 of file heatshrink_config.h.
| #define HEATSHRINK_FREE | ( | P, | |
| SZ | |||
| ) | free(P) |
Definition at line 10 of file heatshrink_config.h.
Referenced by heatshrink_decoder_free(), heatshrink_encoder_alloc(), and heatshrink_encoder_free().
| #define HEATSHRINK_MALLOC | ( | SZ | ) | malloc(SZ) |
Definition at line 9 of file heatshrink_config.h.
Referenced by heatshrink_decoder_alloc(), and heatshrink_encoder_alloc().
| #define HEATSHRINK_USE_INDEX 1 |
Definition at line 22 of file heatshrink_config.h.
1.8.13