OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mallctl_thread_prof_active_set
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/test/unit/
prof_active.c
77
#define
mallctl_thread_prof_active_set
(a, b) \
macro
106
mallctl_thread_prof_active_set
(false, false);
111
mallctl_thread_prof_active_set
(false, false);
116
mallctl_thread_prof_active_set
(false, true);
121
mallctl_thread_prof_active_set
(true, true);
127
mallctl_thread_prof_active_set
(true, false);
/external/jemalloc_new/test/unit/
prof_active.c
62
#define
mallctl_thread_prof_active_set
(a, b) \
macro
88
mallctl_thread_prof_active_set
(false, false);
93
mallctl_thread_prof_active_set
(false, false);
98
mallctl_thread_prof_active_set
(false, true);
103
mallctl_thread_prof_active_set
(true, true);
109
mallctl_thread_prof_active_set
(true, false);
Completed in 2232 milliseconds