Home
last modified time | relevance | path

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

/packages/modules/StatsD/lib/libkll/
Dcompactor_stack.cpp49 overall_capacity_ = 0; in Reset()
109 overall_capacity_ += cap_at_lowest_active_level; in AddLevel()
117 while (num_items_in_compactors_ >= overall_capacity_) { in CompactStack()
122 if (num_items_in_compactors_ < overall_capacity_) { in CompactStack()
/packages/modules/StatsD/lib/libkll/include/
Dcompactor_stack.h113 int overall_capacity_; variable