OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROF_TCMAX
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
prof.h
27
#define
PROF_TCMAX
1024
/external/jemalloc/src/
prof.c
570
if (ckh_count(&prof_tdata->bt2cnt) ==
PROF_TCMAX
) {
585
assert(ckh_count(&prof_tdata->bt2cnt) <
PROF_TCMAX
);
Completed in 31 milliseconds