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/src/
tcache.c
7
bool
opt_tcache
= true;
variable
602
if (!config_prof &&
opt_tcache
) {
609
if (!config_prof &&
opt_tcache
) {
616
if (!config_prof &&
opt_tcache
) {
ctl.c
105
CTL_PROTO(
opt_tcache
)
282
{NAME("tcache"), CTL(
opt_tcache
)},
[
all
...]
jemalloc.c
963
opt_tcache
= false;
1259
CONF_HANDLE_BOOL(
opt_tcache
, "tcache",
1263
if (
opt_tcache
) {
1264
opt_tcache
= false;
[
all
...]
/external/jemalloc/include/jemalloc/internal/
tcache.h
121
extern bool
opt_tcache
;
213
tcache_enabled = (tcache_enabled_t)
opt_tcache
;
private_namespace.h
392
#define
opt_tcache
JEMALLOC_N(
opt_tcache
)
macro
[
all
...]
private_unnamespace.h
392
#undef
opt_tcache
macro
Completed in 113 milliseconds