Searched refs:kPerAllocPad (Results 1 – 2 of 2) sorted by relevance
21 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()
75 kPerAllocPad = GR_CT_ALIGN_UP(sizeof(BlockHeader*), kAlignment), enumerator