Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dcurrent_allocated_bytes.cpp19 void* check_stats(void *arg) { in check_stats() function
32 pthread_create(&thr[j], 0, (j < 2) ? allocate : check_stats, 0)); in main()