Lines Matching defs:ppv
175 * @param ppv Where to store the pointer to the allocated memory on success.
177 VMMR3DECL(int) MMR3HeapAllocExU(PUVM pUVM, MMTAG enmTag, size_t cbSize, void **ppv)
183 *ppv = pv;
199 * @param ppv Where to store the pointer to the allocated memory on success.
201 VMMR3DECL(int) MMR3HeapAllocEx(PVM pVM, MMTAG enmTag, size_t cbSize, void **ppv)
206 *ppv = pv;
254 * @param ppv Where to store the pointer to the allocated memory on success.
256 VMMR3DECL(int) MMR3HeapAllocZExU(PUVM pUVM, MMTAG enmTag, size_t cbSize, void **ppv)
262 *ppv = pv;
278 * @param ppv Where to store the pointer to the allocated memory on success.
280 VMMR3DECL(int) MMR3HeapAllocZEx(PVM pVM, MMTAG enmTag, size_t cbSize, void **ppv)
285 *ppv = pv;