HomeSort by relevance Sort by last modified time
    Searched refs:config_fill (Results 1 - 11 of 11) 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);
  /external/jemalloc/include/jemalloc/internal/
quarantine.h 50 assert(config_fill && opt_quarantine);
tcache.h 299 if (config_fill) {
307 if (config_fill && unlikely(opt_junk_alloc)) {
355 if (config_fill) {
382 if (config_fill && unlikely(opt_junk_free))
411 if (config_fill && unlikely(opt_junk_free))
jemalloc_internal.h 38 static const bool config_fill = variable
1018 if (config_fill && unlikely(opt_quarantine))
1035 if (config_fill && unlikely(opt_quarantine))
  /external/jemalloc/src/
huge.c 100 if (zero || (config_fill && unlikely(opt_zero))) {
103 } else if (config_fill && unlikely(opt_junk_alloc))
117 if (config_fill && have_dss && unlikely(opt_junk_free)) {
161 if (config_fill && unlikely(opt_junk_free)) {
180 if (zero || (config_fill && unlikely(opt_zero))) {
185 } else if (config_fill && unlikely(opt_junk_alloc)) {
212 if (config_fill && unlikely(opt_junk_free)) {
265 if (zero || (config_fill && unlikely(opt_zero))) {
275 } else if (config_fill && unlikely(opt_junk_alloc)) {
quarantine.c 122 cassert(config_fill);
152 if (config_fill && unlikely(opt_junk_free)) {
174 if (!config_fill)
arena.c     [all...]
ctl.c 77 CTL_PROTO(config_fill)
242 {NAME("fill"), CTL(config_fill)},
    [all...]
jemalloc.c 254 if (config_fill && unlikely(opt_quarantine))
845 if (config_fill && unlikely(in_valgrind)) {
1024 LG_SIZE_CLASS_GROUP + (config_fill ? 2 : 1),
1055 if (config_fill) {
    [all...]

Completed in 167 milliseconds