Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrMemoryPool.h115 kPerAllocPad = GR_CT_ALIGN_UP(sizeof(AllocHeader), kAlignment), enumerator
166 kPerAllocPad + GR_CT_ALIGN_UP(sizeof(T), kAlignment);
DGrMemoryPool.cpp47 size += kPerAllocPad; in allocate()
70 ptr += kPerAllocPad; in allocate()
83 intptr_t ptr = reinterpret_cast<intptr_t>(p) - kPerAllocPad; in release()