Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/common/src/
Dos_alloc.c127 u32 paddingBytes; member
470 hd->paddingBytes += cell->size - (HEADERSIZE + requested); in OS_AllocFromHeap()
714 hd->paddingBytes -= cell->size - (HEADERSIZE + cell->requested); in OS_FreeToHeap()
767 hd->paddingBytes -= cell->size - (HEADERSIZE + cell->requested); in OS_FreeAllToHeap()
861 hd->paddingBytes = hd->headerBytes = hd->payloadBytes = 0; in OS_InitAlloc()
967 hd->paddingBytes = hd->headerBytes = hd->payloadBytes = 0; in OS_CreateHeap()
1033 hd->paddingBytes = hd->headerBytes = hd->payloadBytes = 0; in OS_CreateExtraHeap()
1104 hd->paddingBytes = hd->headerBytes = hd->payloadBytes = 0; in OS_DestroyHeap()
1447 hd->paddingBytes, 100.0 * hd->paddingBytes / hd->size, in OS_DumpHeap()
1731 hd->paddingBytes = hd->headerBytes = hd->payloadBytes = 0; in OS_ClearHeap()