Home
last modified time | relevance | path

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

/system/core/trusty/fuzz/
Dcounters.cpp84 size_t num_counters = end - begin; in Flush() local
85 if (num_counters > kMaxNumCounters) { in Flush()
86 ALOGE("Too many counters (%zu) to fit in the extra counters section!\n", num_counters); in Flush()
87 num_counters = kMaxNumCounters; in Flush()
89 for (size_t i = 0; i < num_counters; i++) { in Flush()