Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Dretained.c9 #define PER_THD_NALLOCS 1 macro
85 for (unsigned i = 0; i < PER_THD_NALLOCS; i++) { in thd_start()
132 size_t allocated = esz * nthreads * PER_THD_NALLOCS; in TEST_BEGIN()