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

  /src/external/bsd/jemalloc/dist/src/
prof.c 26 bool opt_prof = false; variable
335 if (!opt_prof || !prof_booted) {
564 * opt_prof must be in its final state before any arenas are
571 if (opt_prof_leak && !opt_prof) {
573 * Enable opt_prof, but in such a way that profiles are never
576 opt_prof = true;
578 } else if (opt_prof) {
592 * stats when opt_prof is false.
633 if (opt_prof) {
703 if (config_prof && opt_prof) {
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
prof.c 32 bool opt_prof = false; variable
1839 if (!opt_prof || !prof_booted) {
2319 * opt_prof must be in its final state before any arenas are
2323 if (opt_prof_leak && !opt_prof) {
2325 * Enable opt_prof, but in such a way that profiles are never
2328 opt_prof = true;
2330 } else if (opt_prof) {
2342 if (opt_prof) {
2450 if (config_prof && opt_prof) {
2467 if (config_prof && opt_prof) {
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.gen.h 274 #define opt_prof JEMALLOC_N(opt_prof) macro
private_namespace.h 274 #define opt_prof JEMALLOC_N(opt_prof) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h 274 #define opt_prof JEMALLOC_N(opt_prof) macro
private_namespace.h 274 #define opt_prof JEMALLOC_N(opt_prof) macro

Completed in 47 milliseconds