Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/
Dallocator.h81 extern std::map<int, int> current_stats;
91 current_stats[-sz]++;
92 if (current_stats[-sz]>max_stats[-sz])
94 max_stats[-sz] = current_stats[-sz];
103 current_stats[L]++;
104 if (current_stats[L]>max_stats[L])
106 max_stats[L] = current_stats[L];
115 current_stats[-sz]--;
119 current_stats[L]--;
Dallocator.cpp12 std::map<int, int> current_stats; variable
76 for (auto v : current_stats) in reset_current_stats()
86 for (const auto v : current_stats) in check_current_stats()