Searched refs:kMinHeapAllocCount (Results 1 – 1 of 1) sorted by relevance
447 fAllocCount = SkTMax(count, SkTMax(kMinHeapAllocCount, reserveCount));462 fAllocCount = SkTMax(count, kMinHeapAllocCount); in initWithPreallocatedStorage()503 static constexpr int kMinHeapAllocCount = 8; variable533 static_assert(SkIsPow2(kMinHeapAllocCount), "min alloc count not power of two."); in checkRealloc()534 newAllocCount = (newAllocCount + (kMinHeapAllocCount - 1)) & ~(kMinHeapAllocCount - 1); in checkRealloc()561 template<typename T, bool MEM_MOVE> constexpr int SkTArray<T, MEM_MOVE>::kMinHeapAllocCount;