Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecord.h32 kInlineAllocLgBytes = 8, // 1<<8 == 256 bytes inline, then SkVarAlloc starting at 512 bytes. enumerator
38 , fAlloc(kInlineAllocLgBytes+1, // First malloc'd block is 2x as large as fInlineAlloc. in SkRecord()
199 char fInlineAlloc[1 << kInlineAllocLgBytes];