Searched refs:AllocationChain (Results 1 – 1 of 1) sorted by relevance
401 struct AllocationChain { struct403 AllocationChain* next; argument414 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()