HomeSort by relevance Sort by last modified time
    Searched refs:MallocCounter (Results 1 - 3 of 3) sorted by null

  /external/regex-re2/util/
test.h 43 class MallocCounter {
45 MallocCounter(int x) { }
  /external/regex-re2/re2/testing/
dfa_test.cc 104 testing::MallocCounter m(testing::MallocCounter::THIS_THREAD_ONLY);
204 testing::MallocCounter m(testing::MallocCounter::THIS_THREAD_ONLY);
regexp_benchmark.cc 19 typedef testing::MallocCounter MallocCounter;
45 MallocCounter mc(MallocCounter::THIS_THREAD_ONLY);
67 MallocCounter mc(MallocCounter::THIS_THREAD_ONLY);
76 MallocCounter mc(MallocCounter::THIS_THREAD_ONLY);
86 MallocCounter mc(MallocCounter::THIS_THREAD_ONLY)
    [all...]

Completed in 262 milliseconds