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

/system/core/libutils/
H A DLinearAllocator.cpp60 static size_t s_totalAllocations = 0; variable
68 ALOGV("Total memory usage: %zu kb", s_totalAllocations / 1024);
74 s_totalAllocations += size;

Completed in 290 milliseconds