OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_fill
(Results
1 - 12
of
12
) sorted by null
/external/jemalloc/test/unit/
zero.c
49
test_skip_if(!
config_fill
);
57
test_skip_if(!
config_fill
);
65
test_skip_if(!
config_fill
);
quarantine.c
29
test_skip_if(!
config_fill
);
74
test_skip_if(!
config_fill
);
junk.c
134
test_skip_if(!
config_fill
);
142
test_skip_if(!
config_fill
);
150
test_skip_if(!
config_fill
);
215
test_skip_if(!
config_fill
);
247
assert(!
config_fill
|| opt_junk_alloc || opt_junk_free);
/external/jemalloc/include/jemalloc/internal/
quarantine.h
50
assert(
config_fill
&& opt_quarantine);
tcache.h
323
if (config_prof || (slow_path &&
config_fill
) || unlikely(zero)) {
329
if (slow_path &&
config_fill
) {
337
if (slow_path &&
config_fill
&& unlikely(opt_junk_alloc)) {
380
if (config_prof || (slow_path &&
config_fill
) ||
395
if (slow_path &&
config_fill
) {
423
if (slow_path &&
config_fill
&& unlikely(opt_junk_free))
453
if (slow_path &&
config_fill
&& unlikely(opt_junk_free))
jemalloc_internal.h
38
static const bool
config_fill
=
variable
1077
if (slow_path &&
config_fill
&& unlikely(opt_quarantine))
1094
if (
config_fill
&& unlikely(opt_quarantine))
jemalloc_internal.h.in
38
static const bool
config_fill
=
1077
if (slow_path &&
config_fill
&& unlikely(opt_quarantine))
1094
if (
config_fill
&& unlikely(opt_quarantine))
/external/jemalloc/src/
huge.c
102
if (zero || (
config_fill
&& unlikely(opt_zero))) {
105
} else if (
config_fill
&& unlikely(opt_junk_alloc))
120
if (
config_fill
&& have_dss && unlikely(opt_junk_free)) {
160
if (
config_fill
&& unlikely(opt_junk_free)) {
182
if (zero || (
config_fill
&& unlikely(opt_zero))) {
187
} else if (
config_fill
&& unlikely(opt_junk_alloc)) {
218
if (
config_fill
&& unlikely(opt_junk_free)) {
271
if (zero || (
config_fill
&& unlikely(opt_zero))) {
281
} else if (
config_fill
&& unlikely(opt_junk_alloc)) {
quarantine.c
124
cassert(
config_fill
);
154
if (
config_fill
&& unlikely(opt_junk_free)) {
176
if (!
config_fill
)
ctl.c
78
CTL_PROTO(
config_fill
)
249
{NAME("fill"), CTL(
config_fill
)},
[
all
...]
arena.c
[
all
...]
jemalloc.c
285
if (
config_fill
&& unlikely(opt_quarantine))
870
if (
config_fill
&& unlikely(in_valgrind)) {
1055
LG_SIZE_CLASS_GROUP + (
config_fill
? 2 : 1),
1105
if (
config_fill
) {
[
all
...]
Completed in 929 milliseconds