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

/vbox/src/VBox/VMM/VMMR3/
H A DMMUkHeap.cpp52 * @param ppHeap Where to store the heap pointer.
54 int mmR3UkHeapCreateU(PUVM pUVM, PMMUKHEAP *ppHeap) argument
77 *ppHeap = pHeap;
H A DMMHeap.cpp50 * @param ppHeap Where to store the heap pointer.
52 int mmR3HeapCreateU(PUVM pUVM, PMMHEAP *ppHeap) argument
76 *ppHeap = pHeap;
H A DMMHyper.cpp44 static int mmR3HyperHeapCreate(PVM pVM, const size_t cb, PMMHYPERHEAP *ppHeap, PRTR0PTR pR0PtrHeap);
798 * @param ppHeap Where to store the heap pointer on successful return.
802 static int mmR3HyperHeapCreate(PVM pVM, const size_t cb, PMMHYPERHEAP *ppHeap, PRTR0PTR pR0PtrHeap) argument
861 *ppHeap = pHeap;
867 *ppHeap = NULL;

Completed in 49 milliseconds