Searched refs:kPerAllocPad (Results 1 – 2 of 2) sorted by relevance
115 kPerAllocPad = GR_CT_ALIGN_UP(sizeof(AllocHeader), kAlignment), enumerator166 kPerAllocPad + GR_CT_ALIGN_UP(sizeof(T), kAlignment);
47 size += kPerAllocPad; in allocate()70 ptr += kPerAllocPad; in allocate()83 intptr_t ptr = reinterpret_cast<intptr_t>(p) - kPerAllocPad; in release()