Home
last modified time | relevance | path

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

/external/skia/include/private/base/
DSkTArray.h489 static constexpr int kMinHeapAllocCount = 8; variable
490 static_assert(SkIsPow2(kMinHeapAllocCount), "min alloc count not power of two.");