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

/vbox/src/VBox/VMM/VMMR3/
H A DMMPagePool.cpp75 STAM_REG(pVM, &pVM->mm.s.pPagePoolR3->cAllocCalls, STAMTYPE_COUNTER, "/MM/Page/Def/cAllocCalls", STAMUNIT_CALLS, "Number of MMR3PageAlloc() calls for the default pool.");
87 STAM_REG(pVM, &pVM->mm.s.pPagePoolLowR3->cAllocCalls, STAMTYPE_COUNTER, "/MM/Page/Low/cAllocCalls", STAMUNIT_CALLS, "Number of MMR3PageAllocLow() calls for the <4GB pool.");
169 STAM_COUNTER_INC(&pPool->cAllocCalls);
/vbox/src/VBox/VMM/include/
H A DMMInternal.h556 STAMCOUNTER cAllocCalls; member in struct:MMPAGEPOOL
570 AssertCompileMemberAlignment(MMPAGEPOOL, cAllocCalls, 8);
/vbox/src/VBox/Runtime/r3/posix/
H A Drtmempage-exec-mmap-heap-posix.cpp83 uint32_t cAllocCalls; member in struct:RTHEAPPAGE
211 pHeap->cAllocCalls = 0;
254 pHeap->cAllocCalls++;

Completed in 1401 milliseconds