Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dheap.h30 int heapFreeAll(uint32_t tid);
/device/google/contexthub/firmware/os/core/
Dheap.c205 int heapFreeAll(uint32_t tid) in heapFreeAll() function
Dseos.c316 heapErr = heapFreeAll(taskTid); in osTaskRelease()