Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStackDevice.h40 kPreallocCount = 16 // empirically determined, adjust as needed to reduce mallocs enumerator
42 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)];
/external/skia/tests/
DGrMemoryPoolTest.cpp376 constexpr size_t kPreallocCount = kSmallestMinAllocCount * 7 / 3; in DEF_TEST() local
377 DataObjectPool pool(kPreallocCount, 0); in DEF_TEST()
381 REPORTER_ASSERT(reporter, preallocCount == kPreallocCount); in DEF_TEST()