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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DPhysHeap.cpp75 #define VBGL_PH_CHUNKSIZE (0x10000) macro
298 if (cbSize < VBGL_PH_CHUNKSIZE)
301 cbSize = VBGL_PH_CHUNKSIZE;
306 cbSize = (cbSize + (VBGL_PH_CHUNKSIZE - 1)) & ~(VBGL_PH_CHUNKSIZE - 1);

Completed in 75 milliseconds