Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dheap.c62 static struct HeapNode* gHeapHead; variable
77 node = gHeapHead = (struct HeapNode*)ALIGNED_HEAP_START; in heapInit()
95 struct HeapNode *node = gHeapHead, *next; in heapMergeFreeChunks()
127 node = gHeapHead; in heapAlloc()
220 for (node = gHeapHead; node; node = heapPrvGetNext(node)) { in heapFreeAll()
245 for (node = gHeapHead; node; node = heapPrvGetNext(node)) { in heapGetFreeSize()
270 for (node = gHeapHead; node; node = heapPrvGetNext(node)) { in heapGetTaskSize()