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

/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;
/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);

Completed in 48 milliseconds