Searched refs:ALIGNED_HEAP_START (Results 1 – 1 of 1) sorted by relevance
49 #define ALIGNED_HEAP_START (&gHeap) macro54 #define ALIGNED_HEAP_START (uint8_t*)((((uintptr_t)&__heap_start) + 7) &~ 7) macro57 #define REAL_HEAP_SIZE (ALIGNED_HEAP_END - ALIGNED_HEAP_START)77 node = gHeapHead = (struct HeapNode*)ALIGNED_HEAP_START; in heapInit()