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

/vbox/include/iprt/
H A Dheap.h82 RTDECL(int) RTHeapSimpleRelocate(RTHEAPSIMPLE hHeap, uintptr_t offDelta);
H A Dmangling.h662 # define RTHeapSimpleRelocate RT_MANGLER(RTHeapSimpleRelocate) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTHeapSimple.cpp184 RTTestSub(hTest, "RTHeapSimpleRelocate");
185 rc = RTHeapSimpleRelocate(hHeapCopy, offDelta);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c199 RTHeapSimpleRelocate,
H A DVBoxGuest-haiku-stubs.c416 int RTHeapSimpleRelocate(RTHEAPSIMPLE hHeap, uintptr_t offDelta) function
/vbox/src/VBox/GuestHost/HGSMI/
H A DHGSMICommon.cpp222 rc = RTHeapSimpleRelocate (pHeap->u.hPtr, offDelta); AssertRC(rc);
/vbox/src/VBox/Runtime/common/alloc/
H A Dheapsimple.cpp338 RTDECL(int) RTHeapSimpleRelocate(RTHEAPSIMPLE hHeap, uintptr_t offDelta) function
386 RT_EXPORT_SYMBOL(RTHeapSimpleRelocate); variable

Completed in 87 milliseconds