Home
last modified time | relevance | path

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

/external/swiftshader/third_party/marl/include/marl/
Dcontainers.h401 struct AllocationChain { struct
403 AllocationChain* next; argument
414 AllocationChain* allocations = nullptr;
512 auto const allocChainOffset = alignUp(entriesSize, alignof(AllocationChain)); in grow()
513 auto const allocSize = allocChainOffset + sizeof(AllocationChain); in grow()
517 request.alignment = std::max(alignof(Entry), alignof(AllocationChain)); in grow()
532 auto allocChain = reinterpret_cast<AllocationChain*>( in grow()