HomeSort by: relevance | last modified time | path
    Searched defs:opt_lg_prof_interval (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/src/
prof.c 30 ssize_t opt_lg_prof_interval = LG_PROF_INTERVAL_DEFAULT; variable
579 if (opt_lg_prof_interval >= 0) {
581 opt_lg_prof_interval);
  /src/external/bsd/jemalloc/dist/src/
prof.c 32 ssize_t opt_lg_prof_interval = LG_PROF_INTERVAL_DEFAULT; variable
664 if (opt_lg_prof_interval >= 0) {
666 << opt_lg_prof_interval);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.gen.h 272 #define opt_lg_prof_interval JEMALLOC_N(opt_lg_prof_interval) macro
private_namespace.h 272 #define opt_lg_prof_interval JEMALLOC_N(opt_lg_prof_interval) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h 272 #define opt_lg_prof_interval JEMALLOC_N(opt_lg_prof_interval) macro
private_namespace.h 272 #define opt_lg_prof_interval JEMALLOC_N(opt_lg_prof_interval) macro

Completed in 17 milliseconds