Home | History | Annotate | Download | only in loader

Lines Matching full:total_size

294     DWORD total_size = 4096;
314 inst, total_size, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
316 } else if (strlen(out) + name_size + 1 > total_size) {
318 inst, out, total_size, total_size * 2,
320 total_size *= 2;