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

/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp222 void* new_mem = nullptr; local
225 new_mem = allocator_.pfnReallocation(
231 if (!new_mem) {
237 arr.elements = reinterpret_cast<ImplicitLayer*>(new_mem);
246 void* new_mem = nullptr; local
249 new_mem = allocator_.pfnReallocation(
254 if (!new_mem) {
260 arr.name_pool = reinterpret_cast<char*>(new_mem);

Completed in 170 milliseconds