Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dheap.h32 int heapGetTaskSize(uint32_t tid);
/device/google/contexthub/firmware/os/core/
Dheap.c258 int heapGetTaskSize(uint32_t tid) in heapGetTaskSize() function
DnanohubCommand.c1541 success = copyTLV32(data, &offset, max_len, tags[i], heapGetTaskSize(tid)); in processAppTags()