Searched refs:phMemPool (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dmempool.h38 * @param phMemPool Where to return the handle to the new memory
42 RTDECL(int) RTMemPoolCreate(PRTMEMPOOL phMemPool, const char *pszName);
/vbox/src/VBox/Runtime/generic/
H A Dmempool-generic.cpp130 RTDECL(int) RTMemPoolCreate(PRTMEMPOOL phMemPool, const char *pszName) argument
132 AssertPtr(phMemPool);
148 *phMemPool = pMemPool;

Completed in 812 milliseconds