MPLABĀ® Harmony Graphics Suite  GFX v3.13.0
Legato API Documentation
legato_memory.h File Reference

Memory functions and definitions. More...

#include "gfx/legato/common/legato_common.h"
#include <stdlib.h>
Include dependency graph for legato_memory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LE_MALLOC(size)   malloc(size)
 
#define LE_REALLOC(ptr, size)   realloc(ptr, size)
 
#define LE_FREE(ptr)   free(ptr)
 

Detailed Description

Memory functions and definitions.

File containing various memory-related constructs.