Searched refs:s_totalAllocations (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/utils/ | ||
H A D | LinearAllocator.cpp | 59 static size_t s_totalAllocations = 0; variable 67 ALOGV("Total pages allocated: %zu", s_totalAllocations); 73 s_totalAllocations += count; |
Completed in 7 milliseconds