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

/vbox/src/VBox/Main/src-client/
H A DMachineDebuggerImpl.cpp838 bool fOutOfMemory; member in struct:MACHINEDEBUGGERINOFHLP
857 if (RT_UNLIKELY(pHlp->fOutOfMemory))
866 pHlp->fOutOfMemory = true;
919 pHlp->fOutOfMemory = false;
956 if (!Hlp.fOutOfMemory)
/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp163 SSMFIELD_ENTRY( PATM, fOutOfMemory),
260 SSMFIELD_ENTRY( PATM, fOutOfMemory),
846 pVM->patm.s.fOutOfMemory = patmInfo.fOutOfMemory;
H A DPATMPatch.cpp78 pVM->patm.s.fOutOfMemory = true; \
H A DPATM.cpp448 pVM->patm.s.fOutOfMemory = false;
4155 if (pVM->patm.s.fOutOfMemory == true)
6353 if ( pVM->patm.s.fOutOfMemory == false
/vbox/src/VBox/VMM/include/
H A DPATMInternal.h449 bool fOutOfMemory; member in struct:PATM
/vbox/src/VBox/VMM/VMMRC/
H A DPATMRC.cpp219 if (pVM->patm.s.fOutOfMemory)
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1212 GEN_CHECK_OFF(PATM, fOutOfMemory);

Completed in 93 milliseconds