Searched refs:PROF_TCMAX (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dprof.h27 #define PROF_TCMAX 1024 macro
/external/jemalloc/src/
H A Dprof.c570 if (ckh_count(&prof_tdata->bt2cnt) == PROF_TCMAX) {
585 assert(ckh_count(&prof_tdata->bt2cnt) < PROF_TCMAX);

Completed in 133 milliseconds