Go to the source code of this file.
Defines | |
#define | PM_PLAT_HEAP_ATTR |
This file defines as blank any undefined platform-specific definitions.
Definition in file pmEmptyPlatformDefs.h.
#define PM_PLAT_HEAP_ATTR |
Define a processor-specific specifier for use in declaring the heap. If not defined, make it empty. See pmHeap
in heap.c for its use, which is:
static PmHeap_t pmHeap PM_PLAT_HEAP_ATTR;
Definition at line 35 of file pmEmptyPlatformDefs.h.