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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTHeapSimple.cpp124 RTHeapSimpleFree(Heap, s_aOps[i].pvAlloc);
165 RTHeapSimpleFree(Heap, s_aOps[j].pvAlloc);
200 RTHeapSimpleFree(hHeapCopy, (uint8_t *)s_aOpsCopy[j].pvAlloc + offDelta);
/vbox/include/iprt/
H A Dheap.h115 * @param cbNew The new size of the heap block. If NULL it behaves like RTHeapSimpleFree().
127 * @param cbNew The new size of the heap block. If NULL it behaves like RTHeapSimpleFree().
140 RTDECL(void) RTHeapSimpleFree(RTHEAPSIMPLE Heap, void *pv);
H A Dmangling.h658 # define RTHeapSimpleFree RT_MANGLER(RTHeapSimpleFree) macro
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedNoCrt-win.cpp360 RTHeapSimpleFree(g_aSupR3HardenedEarlyHeaps[iHeap].hHeap, pvOld);
397 RTHeapSimpleFree(g_aSupR3HardenedEarlyHeaps[iHeap].hHeap, pv);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c205 RTHeapSimpleFree
H A DVBoxGuest-haiku-stubs.c440 void RTHeapSimpleFree(RTHEAPSIMPLE Heap, void *pv) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dalloc-r0drv-linux.c327 RTHeapSimpleFree(g_HeapExec, pHdr);
/vbox/src/VBox/VMM/VMMR3/
H A DMMUkHeap.cpp414 RTHeapSimpleFree(pSubHeap->hSimple, pv);
/vbox/src/VBox/GuestHost/HGSMI/
H A DHGSMICommon.cpp405 RTHeapSimpleFree (pHeap->u.hPtr, pvBuf);
/vbox/src/VBox/Runtime/common/alloc/
H A Dheapsimple.cpp639 RTDECL(void) RTHeapSimpleFree(RTHEAPSIMPLE hHeap, void *pv) function
675 RT_EXPORT_SYMBOL(RTHeapSimpleFree); variable

Completed in 114 milliseconds