Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrMemoryPool.cpp21 fMinAllocSize = GrSizeAlignUp(minAllocSize + kPerAllocPad, kAlignment), in GrMemoryPool()
22 fPreallocSize = GrSizeAlignUp(preallocSize + kPerAllocPad, kAlignment); in GrMemoryPool()
44 size += kPerAllocPad; in allocate()
63 ptr += kPerAllocPad; in allocate()
76 intptr_t ptr = reinterpret_cast<intptr_t>(p) - kPerAllocPad; in release()
DGrMemoryPool.h75 kPerAllocPad = GR_CT_ALIGN_UP(sizeof(BlockHeader*), kAlignment), enumerator