Searched refs:ptrAddr (Results 1 – 2 of 2) sorted by relevance
40 void alloc(void **ptrAddr, size_t bytes) { in alloc() argument42 *ptrAddr = nullptr; in alloc()46 *ptrAddr = mPool.alloc(bytes); in alloc()129 void VulkanStreamGuest::alloc(void** ptrAddr, size_t bytes) { in alloc() argument130 mImpl->alloc(ptrAddr, bytes); in alloc()
38 void alloc(void** ptrAddr, size_t bytes);