Home
last modified time | relevance | path

Searched refs:allocatorByteSize (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp256 …size_t allocatorByteSize = Math::max(MIN_ALLOCATION_SIZE, GetAlignedBytesize(byteSz, BYTE_SIZE_ALI… in AllocateRenderData() local
259 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()