Home
last modified time | relevance | path

Searched refs:ALIGNED_HEAP_START (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dheap.c49 #define ALIGNED_HEAP_START (&gHeap) macro
54 #define ALIGNED_HEAP_START (uint8_t*)((((uintptr_t)&__heap_start) + 7) &~ 7) macro
57 #define REAL_HEAP_SIZE (ALIGNED_HEAP_END - ALIGNED_HEAP_START)
77 node = gHeapHead = (struct HeapNode*)ALIGNED_HEAP_START; in heapInit()