Home | History | Annotate | Download | only in libvulkan

Lines Matching defs:new_mem

224             void* new_mem = nullptr;
227 new_mem = allocator_.pfnReallocation(
233 if (!new_mem) {
239 arr.elements = reinterpret_cast<ImplicitLayer*>(new_mem);
248 void* new_mem = nullptr;
251 new_mem = allocator_.pfnReallocation(
256 if (!new_mem) {
262 arr.name_pool = reinterpret_cast<char*>(new_mem);