Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/regression/
Dmalloc-multi-thread-performance.c12 #define FREE_CYCLE 16 macro
20 for (int j = 0; j < FREE_CYCLE; j++) { in free_all()
31 void *ptr[FREE_CYCLE]; in func()
42 if (num == FREE_CYCLE) { in func()