Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/common/src/
Dos_alloc.c102 typedef struct HeapDesc HeapDesc; typedef
113 HeapDesc *hd; // from which the block is allocated
119 struct HeapDesc struct
147 HeapDesc *heapArray; argument
363 HeapDesc *hd; in OS_AllocFromHeap()
500 HeapDesc *hd; in OS_AllocFixed()
676 HeapDesc *hd; in OS_FreeToHeap()
740 HeapDesc *hd; in OS_FreeAllToHeap()
843 …SDK_TASSERTMSG(maxHeaps <= ((char *)arenaEnd - (char *)arenaStart) / sizeof(HeapDesc), OS_ERR_INIT… in OS_InitAlloc()
850 arraySize = sizeof(HeapDesc) * maxHeaps; in OS_InitAlloc()
[all …]