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

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

Completed in 93 milliseconds