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

Go to the source code of this file.

Macros

#define MEMLEAK_DEBUG_ENABLE   0
 
#define os_free(s)   vPortFree(s, "", 0)
 
#define os_malloc(s)   pvPortMalloc(s, "", 0)
 
#define os_calloc(s)   pvPortCalloc(s, "", 0);
 
#define os_realloc(p, s)   pvPortRealloc(p, s, "", 0)
 
#define os_zalloc(s)   pvPortZalloc(s, "", 0)
 

Macro Definition Documentation

◆ MEMLEAK_DEBUG_ENABLE

#define MEMLEAK_DEBUG_ENABLE   0

Definition at line 39 of file mem.h.

◆ os_calloc

#define os_calloc (   s)    pvPortCalloc(s, "", 0);

Definition at line 42 of file mem.h.

◆ os_free

#define os_free (   s)    vPortFree(s, "", 0)

◆ os_malloc

#define os_malloc (   s)    pvPortMalloc(s, "", 0)

Definition at line 41 of file mem.h.

Referenced by cgiEspFsTemplate(), espFsOpen(), httpdParseHeader(), and wifiScanDoneCb().

◆ os_realloc

#define os_realloc (   p,
 
)    pvPortRealloc(p, s, "", 0)

Definition at line 43 of file mem.h.

◆ os_zalloc

#define os_zalloc (   s)    pvPortZalloc(s, "", 0)