Searched refs:s_totalAllocations (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp59 static size_t s_totalAllocations = 0; variable
67 ALOGV("Total pages allocated: %zu", s_totalAllocations);
73 s_totalAllocations += count;

Completed in 7 milliseconds