Searched refs:pNewMem (Results 1 – 1 of 1) sorted by relevance
87 void *pNewMem = NULL; local89 pNewMem = loader_alloc(pAllocator, size, allocation_scope);97 …pNewMem = pAllocator->pfnReallocation(pAllocator->pUserData, pMemory, size, sizeof(uint64_t), allo…100 pNewMem = realloc(pMemory, size);102 return pNewMem;