Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/os/src/
DOSAlloc.c146 u32 paddingBytes; member
418 hd->paddingBytes += cell->size - (HEADERSIZE + requested); in OSAllocFromHeap()
604 hd->paddingBytes -= cell->size - (HEADERSIZE + cell->requested); in OSFreeToHeap()
678 hd->paddingBytes = hd->headerBytes = hd->payloadBytes = 0; in OSInitAlloc()
760 hd->paddingBytes = hd->headerBytes = hd->payloadBytes = 0; in OSCreateHeap()
814 hd->paddingBytes = hd->headerBytes = hd->payloadBytes = 0; in OSDestroyHeap()
1021 hd->paddingBytes, 100.0 * hd->paddingBytes / hd->size, in OSDumpHeap()