Searched refs:RTHeapSimpleInit (Results 1 - 10 of 10) sorted by relevance

/vbox/include/iprt/
H A Dheap.h52 RTDECL(int) RTHeapSimpleInit(PRTHEAPSIMPLE pHeap, void *pvMemory, size_t cbMemory);
75 * RTHeapSimpleInit, the caller must note the offset of the
H A Dmangling.h661 # define RTHeapSimpleInit RT_MANGLER(RTHeapSimpleInit) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTHeapSimple.cpp58 RTTESTI_CHECK_RC(rc = RTHeapSimpleInit(&Heap, &s_abMem[1], sizeof(s_abMem) - 1), VINF_SUCCESS);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedNoCrt-win.cpp188 int rc = RTHeapSimpleInit(&hHeap, pvBlock, cbBlock);
190 supR3HardenedFatal("RTHeapSimpleInit(,%p,%#zx) failed: rc=%#x\n", pvBlock, cbBlock, rc);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c201 RTHeapSimpleInit,
H A DVBoxGuest-haiku-stubs.c424 int RTHeapSimpleInit(PRTHEAPSIMPLE pHeap, void *pvMemory, size_t cbMemory) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dalloc-r0drv-linux.c139 rc = RTHeapSimpleInit(&g_HeapExec, pvMemory, cb);
/vbox/src/VBox/VMM/VMMR3/
H A DMMUkHeap.cpp221 rc = RTHeapSimpleInit(&pSubHeap->hSimple, pSubHeap->pv, pSubHeap->cb);
/vbox/src/VBox/GuestHost/HGSMI/
H A DHGSMICommon.cpp296 rc = RTHeapSimpleInit (&pHeap->u.hPtr, pvBase, cbArea);
/vbox/src/VBox/Runtime/common/alloc/
H A Dheapsimple.cpp135 * This structure is placed at the head of the memory block specified to RTHeapSimpleInit(),
280 RTDECL(int) RTHeapSimpleInit(PRTHEAPSIMPLE phHeap, void *pvMemory, size_t cbMemory) function
335 RT_EXPORT_SYMBOL(RTHeapSimpleInit); variable

Completed in 92 milliseconds