Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDprof_types.h13 # define PROF_PREFIX_DEFAULT "jeprof" macro
15 # define PROF_PREFIX_DEFAULT "" macro
/freebsd-13-stable/contrib/jemalloc/src/
HDprof.c2923 memcpy(opt_prof_prefix, PROF_PREFIX_DEFAULT, in prof_boot0()
2924 sizeof(PROF_PREFIX_DEFAULT)); in prof_boot0()