Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dheap.h31 int heapGetFreeSize(int *numChunks, int *largestChunk);
/device/google/contexthub/firmware/os/core/
Dheap.c233 int heapGetFreeSize(int *numChunks, int *largestChunk) in heapGetFreeSize() function
DnanohubCommand.c1662 free = heapGetFreeSize(&chunks, &largest); in halSysInfo()