Home
last modified time | relevance | path

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

/external/skia/src/base/
DSkArenaAlloc.cpp152 , fFirstHeapAllocationSize{SkToU32(firstHeapAllocation)} {}
157 const uint32_t firstHeapAllocationSize = fFirstHeapAllocationSize; in reset()
DSkArenaAlloc.h337 const uint32_t fFirstHeapAllocationSize; variable