Searched refs:phHeap (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Dheap.h211 * @param phHeap Where to store the heap anchor block on success.
215 RTDECL(int) RTHeapOffsetInit(PRTHEAPOFFSET phHeap, void *pvMemory, size_t cbMemory);
223 * @param phHeap Where to store the handle to the merged heap on success.
228 RTDECL(int) RTHeapOffsetMerge(PRTHEAPOFFSET phHeap, RTHEAPOFFSET hHeap1, RTHEAPOFFSET hHeap2);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku-stubs.c420 int RTHeapOffsetInit(PRTHEAPOFFSET phHeap, void *pvMemory, size_t cbMemory) argument
422 return g_VBoxGuest->_RTHeapOffsetInit(phHeap, pvMemory, cbMemory);
H A DVBoxGuest-haiku.h204 int (*_RTHeapOffsetInit)(PRTHEAPOFFSET phHeap, void *pvMemory, size_t cbMemory);
/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp363 RTDECL(int) RTHeapOffsetInit(PRTHEAPOFFSET phHeap, void *pvMemory, size_t cbMemory) argument
411 *phHeap = pHeapInt;
H A Dheapsimple.cpp280 RTDECL(int) RTHeapSimpleInit(PRTHEAPSIMPLE phHeap, void *pvMemory, size_t cbMemory) argument
328 *phHeap = pHeapInt;

Completed in 79 milliseconds