Searched refs:cbSubHeap (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DMMUkHeap.cpp210 * @param cbSubHeap The size of the sub-heap.
212 static PMMUKHEAPSUB mmR3UkHeapAddSubHeap(PMMUKHEAP pHeap, size_t cbSubHeap) argument
217 pSubHeap->cb = cbSubHeap;

Completed in 43 milliseconds