Home
last modified time | relevance | path

Searched refs:BlockOverhead (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkBlockAllocator.h193 * BlockOverhead<alignof(T)>() + N * sizeof(T) when making the SkBlockAllocator.
196 static constexpr size_t BlockOverhead();
520 constexpr size_t SkBlockAllocator::BlockOverhead() { in BlockOverhead() function in final::GrowthPolicy::SkBlockAllocator
530 offsetof(SkBlockAllocator, fHead) + BlockOverhead<Align, Padding>()); in Overhead()
538 return BlockOverhead<Align, Padding>() + kMaxAllocationSize; in MaxBlockSize()
550 int blockSize = BlockOverhead<Align, Padding>() + iSize; in reserve()
567 static constexpr int kBlockOverhead = (int) BlockOverhead<Align, Padding>(); in allocate()
H A DSkTBlockList.h66 SkBlockAllocator::BlockOverhead<alignof(T)>() + sizeof(T)*itemsPerBlock) {} in SkTBlockList()

Completed in 2 milliseconds