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

  /src/external/bsd/jemalloc.old/dist/src/
prof.c 52 bool prof_active; variable
2139 prof_active_current = prof_active;
2149 prof_active_old = prof_active;
2150 prof_active = active;
2347 prof_active = opt_prof_active;
2348 if (malloc_mutex_init(&prof_active_mtx, "prof_active",
prof.c 52 bool prof_active; variable
2139 prof_active_current = prof_active;
2149 prof_active_old = prof_active;
2150 prof_active = active;
2347 prof_active = opt_prof_active;
2348 if (malloc_mutex_init(&prof_active_mtx, "prof_active",
  /src/external/bsd/jemalloc/dist/src/
jemalloc.c 1599 CONF_HANDLE_BOOL(opt_prof_active, "prof_active")
2575 bool prof_active = prof_active_get_unlocked(); local
2577 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active,
3497 bool prof_active = prof_active_get_unlocked(); local
3499 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event);
3513 prof_realloc(tsd, p, size, usize, tctx, prof_active, old_ptr,
3742 bool prof_active = prof_active_get_unlocked(); local
3744 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event);
3771 prof_realloc(tsd, ptr, size, usize, tctx, prof_active, ptr,
jemalloc.c 1599 CONF_HANDLE_BOOL(opt_prof_active, "prof_active")
2575 bool prof_active = prof_active_get_unlocked(); local
2577 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active,
3497 bool prof_active = prof_active_get_unlocked(); local
3499 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event);
3513 prof_realloc(tsd, p, size, usize, tctx, prof_active, old_ptr,
3742 bool prof_active = prof_active_get_unlocked(); local
3744 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event);
3771 prof_realloc(tsd, ptr, size, usize, tctx, prof_active, ptr,
  /src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.gen.h 283 #define prof_active JEMALLOC_N(prof_active) macro
private_namespace.h 283 #define prof_active JEMALLOC_N(prof_active) macro
private_namespace.gen.h 283 #define prof_active JEMALLOC_N(prof_active) macro
private_namespace.h 283 #define prof_active JEMALLOC_N(prof_active) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h 283 #define prof_active JEMALLOC_N(prof_active) macro
private_namespace.h 283 #define prof_active JEMALLOC_N(prof_active) macro
private_namespace.gen.h 283 #define prof_active JEMALLOC_N(prof_active) macro
private_namespace.h 283 #define prof_active JEMALLOC_N(prof_active) macro

Completed in 185 milliseconds