Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_types.h14 # define PROF_PREFIX_DEFAULT "jeprof" macro
16 # define PROF_PREFIX_DEFAULT "" macro
/src/contrib/jemalloc/src/
H A Dprof.c555 memcpy(opt_prof_prefix, PROF_PREFIX_DEFAULT, in prof_boot0()
556 sizeof(PROF_PREFIX_DEFAULT)); in prof_boot0()