Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBlockAllocator.h567 static constexpr int kBlockOverhead = (int) BlockOverhead<Align, Padding>(); in allocate() local
573 static_assert(kMaxAllocationSize + kBlockOverhead + ((1 << 12) - 1) // 4K align for large blocks in allocate()
584 this->addBlock(iSize + kBlockOverhead, MaxBlockSize<Align, Padding>()); in allocate()
/third_party/protobuf/src/google/protobuf/
Darena.h261 static const size_t kBlockOverhead = internal::ArenaImpl::kBlockHeaderSize + variable