Searched refs:ppvUser (Results 1 - 3 of 3) sorted by relevance

/vbox/include/iprt/
H A Dtest.h218 * @param ppvUser Where to return the pointer to the block.
220 RTR3DECL(int) RTTestGuardedAlloc(RTTEST hTest, size_t cb, uint32_t cbAlign, bool fHead, void **ppvUser);
/vbox/include/VBox/
H A Ddbg.h1095 DBGDECL(int) DBGCTcpCreate(PUVM pUVM, void **ppvUser);
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp557 * @param ppvUser Where to return the pointer to the block.
559 RTR3DECL(int) RTTestGuardedAlloc(RTTEST hTest, size_t cb, uint32_t cbAlign, bool fHead, void **ppvUser) argument
605 *ppvUser = pMem->pvUser;

Completed in 41 milliseconds