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

  /src/external/bsd/jemalloc.old/dist/test/unit/
prof_active.c 64 #define mallctl_thread_prof_active_set(a, b) \ macro
90 mallctl_thread_prof_active_set(false, false);
95 mallctl_thread_prof_active_set(false, false);
100 mallctl_thread_prof_active_set(false, true);
105 mallctl_thread_prof_active_set(true, true);
111 mallctl_thread_prof_active_set(true, false);
  /src/external/bsd/jemalloc/dist/test/unit/
prof_active.c 64 #define mallctl_thread_prof_active_set(a, b) \ macro
89 mallctl_thread_prof_active_set(false, false);
94 mallctl_thread_prof_active_set(false, false);
99 mallctl_thread_prof_active_set(false, true);
104 mallctl_thread_prof_active_set(true, true);
110 mallctl_thread_prof_active_set(true, false);

Completed in 42 milliseconds