Searched refs:RTMemPoolFree (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dmempool.h130 RTDECL(void) RTMemPoolFree(RTMEMPOOL hMemPool, void *pv) RT_NO_THROW;
H A Dmangling.h928 # define RTMemPoolFree RT_MANGLER(RTMemPoolFree) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTMemPool.cpp109 RTMemPoolFree(hMemPool, NULL);
110 RTMemPoolFree(hMemPool, RTMemPoolAlloc(hMemPool, 42));
/vbox/src/VBox/Runtime/generic/
H A Dmempool-generic.cpp353 RTDECL(void) RTMemPoolFree(RTMEMPOOL hMemPool, void *pv) RT_NO_THROW
357 RT_EXPORT_SYMBOL(RTMemPoolFree); variable

Completed in 2087 milliseconds