Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_types.h13 # define PROF_PREFIX_DEFAULT "jeprof" macro
15 # define PROF_PREFIX_DEFAULT "" macro
/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()
/external/jemalloc_new/src/
Dprof.c2263 memcpy(opt_prof_prefix, PROF_PREFIX_DEFAULT, in prof_boot0()
2264 sizeof(PROF_PREFIX_DEFAULT)); in prof_boot0()