Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
H A Dallocation.c87 void *pNewMem = NULL; local
89 pNewMem = loader_alloc(pAllocator, size, allocation_scope);
97 pNewMem = pAllocator->pfnReallocation(pAllocator->pUserData, pMemory, size, sizeof(uint64_t), allocation_scope);
100 pNewMem = realloc(pMemory, size);
102 return pNewMem;

Completed in 1 milliseconds