MeterLogger
Macros
heatshrink_config.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ HEATSHRINK_DEBUGGING_LOGS

#define HEATSHRINK_DEBUGGING_LOGS   0

Definition at line 19 of file heatshrink_config.h.

◆ HEATSHRINK_DYNAMIC_ALLOC

#define HEATSHRINK_DYNAMIC_ALLOC   1

Definition at line 5 of file heatshrink_config.h.

◆ HEATSHRINK_FREE

#define HEATSHRINK_FREE (   P,
  SZ 
)    free(P)

◆ HEATSHRINK_MALLOC

#define HEATSHRINK_MALLOC (   SZ)    malloc(SZ)

Definition at line 9 of file heatshrink_config.h.

Referenced by heatshrink_decoder_alloc(), and heatshrink_encoder_alloc().

◆ HEATSHRINK_USE_INDEX

#define HEATSHRINK_USE_INDEX   1

Definition at line 22 of file heatshrink_config.h.