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

/vbox/src/VBox/VMM/include/
H A DPATMInternal.h553 STAMCOUNTER StatPATMMemoryUsed; member in struct:PATM
/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp213 SSMFIELD_ENTRY_IGNORE( PATM, StatPATMMemoryUsed),
312 SSMFIELD_ENTRY_IGNORE( PATM, StatPATMMemoryUsed),
H A DPATM.cpp244 STAM_REG(pVM, &pVM->patm.s.StatPATMMemoryUsed,STAMTYPE_COUNTER, "/PATM/MemoryUsed", STAMUNIT_OCCURENCES, "The amount of hypervisor heap used for patches.");
4553 STAM_COUNTER_ADD(&pVM->patm.s.StatPATMMemoryUsed, pPatchRec->patch.cbPatchBlockSize);

Completed in 66 milliseconds