Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_alloc.c128 u32 headerBytes; member
465 hd->headerBytes += HEADERSIZE; in OS_AllocFromHeap()
700 hd->headerBytes -= HEADERSIZE; in OS_FreeToHeap()
753 hd->headerBytes -= HEADERSIZE; in OS_FreeAllToHeap()
849 hd->paddingBytes = hd->headerBytes = hd->payloadBytes = 0; in OS_InitAlloc()
959 hd->paddingBytes = hd->headerBytes = hd->payloadBytes = 0; in OS_CreateHeap()
1022 hd->paddingBytes = hd->headerBytes = hd->payloadBytes = 0; in OS_DestroyHeap()
1308 hd->headerBytes, 100.0 * hd->headerBytes / hd->size, in OS_DumpHeap()
1580 hd->paddingBytes = hd->headerBytes = hd->payloadBytes = 0; in OS_ClearHeap()