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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestInternal.h96 uint32_t cMaxChunks; member in struct:VBOXGUESTMEMBALLOON
105 * balloon. This array is cMaxChunks in size when present. */
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp901 uint32_t cMaxChunks; member in struct:VBoxDtVMem
952 pThis->cMaxChunks = cChunks;
1033 if (cChunks >= pThis->cMaxChunks)
1040 uint32_t const cFreeBits = cChunks + 1 == pThis->cMaxChunks

Completed in 45 milliseconds