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

  /src/external/bsd/jemalloc.old/dist/src/
prof.c 72 bool prof_booted = false; variable
287 if (!prof_booted) {
310 if (!prof_booted || tsdn_null(tsdn) || !prof_active_get_unlocked()) {
335 if (!opt_prof || !prof_booted) {
349 if (!prof_booted || tsdn_null(tsdn) || !prof_active_get_unlocked()) {
696 prof_booted = true;
  /src/external/bsd/jemalloc/dist/src/
prof.c 75 bool prof_booted = false; variable
348 if (!prof_booted) {
371 if (!prof_booted || tsdn_null(tsdn) || !prof_active_get_unlocked()) {
396 if (!opt_prof || !prof_booted) {
410 if (!prof_booted || tsdn_null(tsdn) || !prof_active_get_unlocked()) {
780 prof_booted = true;

Completed in 18 milliseconds