Searched defs:cCurFree (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp874 uint32_t cCurFree; member in struct:VBoxDtVMemChunk
893 uint32_t cCurFree; member in struct:VBoxDtVMem
948 pThis->cCurFree = 0;
1008 if (RT_LIKELY(pThis->cCurFree > 0))
1013 if (pChunk->cCurFree > 0)
1021 pChunk->cCurFree--;
1022 pThis->cCurFree--;
1052 pChunk->cCurFree = cFreeBits;
1073 pThis->cCurFree += pChunk->cCurFree;
[all...]

Completed in 49 milliseconds