Home
last modified time | relevance | path

Searched defs:NumberOfIterations (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/scudo/standalone/tests/
H A Dmutex_test.cpp60 const scudo::u32 NumberOfIterations = 4 * 1024; variable
62 const scudo::u32 NumberOfIterations = 16 * 1024; variable
/aosp_15_r20/art/runtime/gc/collector/
H A Dgarbage_collector.h112 size_t NumberOfIterations() const { in NumberOfIterations() function