Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/os/src/
DOSAlloc.c147 u32 headerBytes; member
417 hd->headerBytes += HEADERSIZE; in OSAllocFromHeap()
603 hd->headerBytes -= HEADERSIZE; 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()
1022 hd->headerBytes, 100.0 * hd->headerBytes / hd->size, in OSDumpHeap()