Searched refs:RTHeapOffsetDump (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dheap.h334 * Printf like callbaclk function for RTHeapOffsetDump.
348 RTDECL(void) RTHeapOffsetDump(RTHEAPOFFSET hHeap, PFNRTHEAPOFFSETPRINTF pfnPrintf);
H A Dmangling.h649 # define RTHeapOffsetDump RT_MANGLER(RTHeapOffsetDump) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTHeapOffset.cpp100 RTHeapOffsetDump(Heap, (PFNRTHEAPOFFSETPRINTF)RTPrintf); /** @todo Add some detail info output with a signature identical to RTPrintf. */
184 RTHeapOffsetDump(Heap, (PFNRTHEAPOFFSETPRINTF)RTPrintf);
/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp903 RTDECL(void) RTHeapOffsetDump(RTHEAPOFFSET hHeap, PFNRTHEAPOFFSETPRINTF pfnPrintf) function
927 RT_EXPORT_SYMBOL(RTHeapOffsetDump); variable

Completed in 974 milliseconds