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

/vbox/src/VBox/VMM/VMMR3/
H A DMMHeap.cpp567 char *psz = MMR3HeapAPrintfVU(pVM->pUVM, enmTag, pszFormat, va);
586 char *psz = MMR3HeapAPrintfVU(pUVM, enmTag, pszFormat, va);
603 return MMR3HeapAPrintfVU(pVM->pUVM, enmTag, pszFormat, va);
616 VMMR3DECL(char *) MMR3HeapAPrintfVU(PUVM pUVM, MMTAG enmTag, const char *pszFormat, va_list va) function

Completed in 43 milliseconds