OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_junk
(Results
1 - 10
of
10
) sorted by null
/external/jemalloc/include/jemalloc/internal/
tcache.h
292
if (
opt_junk
) {
299
if (config_fill &&
opt_junk
) {
346
if (
opt_junk
)
372
if (config_fill &&
opt_junk
)
401
if (config_fill &&
opt_junk
)
private_namespace.h
266
#define
opt_junk
JEMALLOC_N(
opt_junk
)
macro
private_unnamespace.h
266
#undef
opt_junk
macro
jemalloc_internal.h
369
extern bool
opt_junk
;
/external/jemalloc/src/
huge.c
65
if (
opt_junk
)
144
if (config_fill && have_dss &&
opt_junk
) {
quarantine.c
144
if (config_fill &&
opt_junk
) {
arena.c
[
all
...]
jemalloc.c
20
bool
opt_junk
=
variable
401
opt_junk
= false;
608
CONF_HANDLE_BOOL(
opt_junk
, "junk", true)
[
all
...]
ctl.c
95
CTL_PROTO(
opt_junk
)
236
{NAME("junk"), CTL(
opt_junk
)},
1160
CTL_RO_NL_CGEN(config_fill,
opt_junk
,
opt_junk
, bool)
[
all
...]
tcache.c
123
if (config_fill &&
opt_junk
) {
Completed in 287 milliseconds