Searched refs:MIN_ALLOCATION_SIZE (Results 1 – 1 of 1) sorted by relevance
235 constexpr size_t MIN_ALLOCATION_SIZE { 1024 * 2 }; variable256 …size_t allocatorByteSize = Math::max(MIN_ALLOCATION_SIZE, GetAlignedBytesize(byteSz, BYTE_SIZE_ALI… in AllocateRenderData()