Searched refs:allocChainOffset (Results 1 – 1 of 1) sorted by relevance
512 auto const allocChainOffset = alignUp(entriesSize, alignof(AllocationChain)); in grow() local513 auto const allocSize = allocChainOffset + sizeof(AllocationChain); in grow()533 reinterpret_cast<uint8_t*>(alloc.ptr) + allocChainOffset); in grow()