Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_alloc.c127 u32 paddingBytes; member
466 hd->paddingBytes += cell->size - (HEADERSIZE + requested); in OS_AllocFromHeap()
701 hd->paddingBytes -= cell->size - (HEADERSIZE + cell->requested); in OS_FreeToHeap()
754 hd->paddingBytes -= cell->size - (HEADERSIZE + cell->requested); 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()
1307 hd->paddingBytes, 100.0 * hd->paddingBytes / hd->size, in OS_DumpHeap()
1580 hd->paddingBytes = hd->headerBytes = hd->payloadBytes = 0; in OS_ClearHeap()