Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp497 static constexpr size_t kMaxAllocsPerThread = 1000; in TEST() local
505 for (size_t j = 0; j < kMaxAllocsPerThread; j++) { in TEST()