HomeSort by relevance Sort by last modified time
    Searched refs: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 113 test_skip_if(!config_fill);
121 test_skip_if(!config_fill);
129 test_skip_if(!config_fill);
182 test_skip_if(!config_fill);
  /external/jemalloc/include/jemalloc/internal/
quarantine.h 57 assert(config_fill && opt_quarantine);
tcache.h 279 if (config_fill) {
287 if (config_fill && opt_junk) {
333 if (config_fill) {
360 if (config_fill && opt_junk)
389 if (config_fill && opt_junk)
jemalloc_internal.h 38 static const bool config_fill = variable
790 if (config_fill && opt_quarantine)
  /external/jemalloc/src/
quarantine.c 105 cassert(config_fill);
144 if (config_fill && opt_junk) {
193 cassert(config_fill);
huge.c 64 if (config_fill && zero == false) {
144 if (config_fill && have_dss && opt_junk) {
arena.c     [all...]
ctl.c 77 CTL_PROTO(config_fill)
215 {NAME("fill"), CTL(config_fill)},
1139 CTL_RO_BOOL_CONFIG_GEN(config_fill)
1160 CTL_RO_NL_CGEN(config_fill, opt_junk, opt_junk, bool)
1161 CTL_RO_NL_CGEN(config_fill, opt_quarantine, opt_quarantine, size_t)
1162 CTL_RO_NL_CGEN(config_fill, opt_redzone, opt_redzone, bool)
1163 CTL_RO_NL_CGEN(config_fill, opt_zero, opt_zero, bool)
    [all...]
jemalloc.c 286 if (config_fill && opt_quarantine)
400 if (config_fill && in_valgrind) {
573 * config_fill.
576 (config_fill ? 2 : 1), (sizeof(size_t) << 3) - 1,
607 if (config_fill) {
783 if (config_fill && quarantine_boot()) {
    [all...]
tcache.c 123 if (config_fill && opt_junk) {

Completed in 587 milliseconds