OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_prof_thread_active_init
(Results
1 - 6
of
6
) sorted by null
/external/jemalloc/include/jemalloc/internal/
prof.h
248
extern bool
opt_prof_thread_active_init
;
private_namespace.h
387
#define
opt_prof_thread_active_init
JEMALLOC_N(
opt_prof_thread_active_init
)
macro
[
all
...]
private_unnamespace.h
387
#undef
opt_prof_thread_active_init
macro
/external/jemalloc/src/
ctl.c
110
CTL_PROTO(
opt_prof_thread_active_init
)
287
{NAME("prof_thread_active_init"), CTL(
opt_prof_thread_active_init
)},
[
all
...]
prof.c
19
bool
opt_prof_thread_active_init
= true;
variable
41
* Initialized as
opt_prof_thread_active_init
, and accessed via
[
all
...]
jemalloc.c
1282
CONF_HANDLE_BOOL(
opt_prof_thread_active_init
,
[
all
...]
Completed in 415 milliseconds