OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_tcache
(Results
1 - 6
of
6
) sorted by null
/external/jemalloc/include/jemalloc/internal/
tcache.h
121
extern bool
opt_tcache
;
212
tcache_enabled = (tcache_enabled_t)
opt_tcache
;
private_namespace.h
371
#define
opt_tcache
JEMALLOC_N(
opt_tcache
)
macro
private_unnamespace.h
371
#undef
opt_tcache
macro
/external/jemalloc/src/
ctl.c
105
CTL_PROTO(
opt_tcache
)
279
{NAME("tcache"), CTL(
opt_tcache
)},
[
all
...]
jemalloc.c
879
opt_tcache
= false;
1142
CONF_HANDLE_BOOL(
opt_tcache
, "tcache",
1146
if (
opt_tcache
) {
1147
opt_tcache
= false;
[
all
...]
tcache.c
7
bool
opt_tcache
= true;
variable
Completed in 83 milliseconds