Searched defs:MMR3HeapAlloc (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/VMM/VMMR3/ |
H A D | MMHeap.cpp | 67 STAMR3RegisterU(pUVM, &pStat->cAllocations, STAMTYPE_U64, STAMVISIBILITY_ALWAYS, "/MM/R3Heap/cAllocations", STAMUNIT_CALLS, "Number or MMR3HeapAlloc() calls."); 160 VMMR3DECL(void *) MMR3HeapAlloc(PVM pVM, MMTAG enmTag, size_t cbSize) function 191 * Same as MMR3HeapAlloc(). 214 * Same as MMR3HeapAlloc() only the memory is zeroed. 230 * Same as MMR3HeapAlloc() only the memory is zeroed. 340 STAMR3RegisterFU(pUVM, &pStat->cAllocations, STAMTYPE_U64, STAMVISIBILITY_ALWAYS, STAMUNIT_CALLS, "Number or MMR3HeapAlloc() calls.", "/MM/R3Heap/%s/cAllocations", pszTag); 417 * Reallocate memory allocated with MMR3HeapAlloc() or MMR3HeapRealloc(). 635 * Releases memory allocated with MMR3HeapAlloc() or MMR3HeapRealloc().
|
Completed in 52 milliseconds