MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
Memory functions and definitions. More...
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) |
Memory functions and definitions.
File containing various memory-related constructs.