Searched refs:allocatorByteSize (Results 1 – 1 of 1) sorted by relevance
256 …size_t allocatorByteSize = Math::max(MIN_ALLOCATION_SIZE, GetAlignedBytesize(byteSz, BYTE_SIZE_ALI… in AllocateRenderData() local259 allocatorByteSize = in AllocateRenderData()260 … Math::max(allocatorByteSize, allocator.allocators[currentIndex - 1]->GetCurrentByteSize() * 2u); in AllocateRenderData()262 allocator.allocators.push_back(make_unique<LinearAllocator>(allocatorByteSize)); in AllocateRenderData()