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

/vbox/src/VBox/VMM/VMMR3/
H A DMMHeap.cpp68 STAMR3RegisterU(pUVM, &pStat->cReallocations, STAMTYPE_U64, STAMVISIBILITY_ALWAYS, "/MM/R3Heap/cReallocations", STAMUNIT_CALLS, "Number of MMR3HeapRealloc() calls.");
341 STAMR3RegisterFU(pUVM, &pStat->cReallocations, STAMTYPE_U64, STAMVISIBILITY_ALWAYS, STAMUNIT_CALLS, "Number of MMR3HeapRealloc() calls.", "/MM/R3Heap/%s/cReallocations", pszTag);
417 * Reallocate memory allocated with MMR3HeapAlloc() or MMR3HeapRealloc().
424 VMMR3DECL(void *) MMR3HeapRealloc(void *pv, size_t cbNewSize) function
635 * Releases memory allocated with MMR3HeapAlloc() or MMR3HeapRealloc().

Completed in 43 milliseconds