Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprof.h12 # define PROF_PREFIX_DEFAULT "jeprof" macro
14 # define PROF_PREFIX_DEFAULT "" macro
/external/jemalloc/src/
Dprof.c2158 memcpy(opt_prof_prefix, PROF_PREFIX_DEFAULT, in prof_boot0()
2159 sizeof(PROF_PREFIX_DEFAULT)); in prof_boot0()