Searched refs:kBlockOverhead (Results 1 – 2 of 2) sorted by relevance
567 static constexpr int kBlockOverhead = (int) BlockOverhead<Align, Padding>(); in allocate() local573 static_assert(kMaxAllocationSize + kBlockOverhead + ((1 << 12) - 1) // 4K align for large blocks in allocate()584 this->addBlock(iSize + kBlockOverhead, MaxBlockSize<Align, Padding>()); in allocate()
261 static const size_t kBlockOverhead = internal::ArenaImpl::kBlockHeaderSize + variable