/external/jemalloc/src/ |
D | quarantine.c | 15 static quarantine_t *quarantine_grow(tsd_t *tsd, quarantine_t *quarantine); 16 static void quarantine_drain_one(tsdn_t *tsdn, quarantine_t *quarantine); 17 static void quarantine_drain(tsdn_t *tsdn, quarantine_t *quarantine, 25 quarantine_t *quarantine; in quarantine_init() local 30 quarantine = (quarantine_t *)iallocztm(tsdn, size, size2index(size), in quarantine_init() 32 if (quarantine == NULL) in quarantine_init() 34 quarantine->curbytes = 0; in quarantine_init() 35 quarantine->curobjs = 0; in quarantine_init() 36 quarantine->first = 0; in quarantine_init() 37 quarantine->lg_maxobjs = lg_maxobjs; in quarantine_init() [all …]
|
D | stats.c | 737 OPT_WRITE_SIZE_T(quarantine, ",") in stats_general_print()
|
/external/compiler-rt/lib/scudo/ |
D | scudo_flags.inc | 19 "Size (in Mb) of quarantine used to delay the actual deallocation " 25 "quarantine. Lower value may reduce memory usage but might increase " 26 "the contention on the global quarantine.")
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ScudoHardenedAllocator.rst | 172 | QuarantineSizeKb | 256 | 64 | The size (in Kb) of quarantine us… 178 | | | | zero will disable the quarantine … 184 | | | | offload the global quarantine. Lo… 186 … | | | contention on the global quarantine. Setting | 188 | | | | disable the quarantine entirely. …
|
/external/autotest/site_utils/ |
D | balance_pools.py | 626 quarantine = _too_many_broken(inventory, pool, arguments) 627 if quarantine: 640 quarantine, fields={'pool': pool}) 641 _log_message('Pool %s quarantine status: %s', pool, quarantine)
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator.cc | 231 AsanQuarantine quarantine; member 243 : quarantine(LINKER_INITIALIZED), in Allocator() 256 quarantine.Init((uptr)options.quarantine_size_mb << 20, in SharedInitCode() 275 options->quarantine_size_mb = quarantine.GetSize() >> 20; in GetOptions() 501 quarantine.Put(GetQuarantineCache(ms), QuarantineCallback(ac), m, in QuarantineChunk() 506 quarantine.Put(&fallback_quarantine_cache, QuarantineCallback(ac), m, in QuarantineChunk() 584 quarantine.Drain(GetQuarantineCache(ms), QuarantineCallback(ac)); in CommitBack()
|
D | asan_flags.inc | 23 "Size (in Mb) of quarantine used to detect use-after-free " 116 "If true, ASan tweaks a bunch of other flags (quarantine, redzone, heap "
|
/external/llvm/docs/ |
D | ScudoHardenedAllocator.rst | 99 - QuarantineSizeMb (integer, defaults to 64): the size (in Mb) of quarantine 105 per-thread cache used to offload the global quarantine. Lower value may 107 quarantine.
|
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/ |
D | quarantine.ll | 1 ; Test that the quarantine for recently freed objects works 21 ; Test that freed objects eventually get out of quarantine and are unpoisoned
|
/external/jemalloc/include/jemalloc/internal/ |
D | quarantine.h | 33 void quarantine(tsd_t *tsd, void *ptr);
|
D | jemalloc_internal.h.in | 394 #include "jemalloc/internal/quarantine.h" 431 #include "jemalloc/internal/quarantine.h" 529 #include "jemalloc/internal/quarantine.h" 988 #include "jemalloc/internal/quarantine.h" 1179 quarantine(tsd, ptr); 1197 quarantine(tsd, ptr);
|
D | private_symbols.txt | 473 quarantine
|
D | jemalloc_internal.h | 1179 quarantine(tsd, ptr); in iqalloc() 1197 quarantine(tsd, ptr); in isqalloc()
|
D | private_namespace.h | 473 #define quarantine JEMALLOC_N(quarantine) macro
|
D | jemalloc_internal_defs.h.in | 166 /* Support memory filling (junk/zero/quarantine/redzone). */
|
D | tsd.h | 603 O(quarantine, quarantine_t *) \
|
D | private_unnamespace.h | 473 #undef quarantine
|
/external/jemalloc/ |
D | Android.bp | 136 "src/quarantine.c", 249 "test/unit/quarantine.c",
|
D | Makefile.in | 104 $(srcroot)src/quarantine.c \ 181 $(srcroot)test/unit/quarantine.c \
|
D | INSTALL | 168 Disable support for junk/zero filling of memory, quarantine, and redzones. 169 See the "opt.junk", "opt.zero", "opt.quarantine", and "opt.redzone" option
|
D | ChangeLog | 609 thread never allocated memory. Only the quarantine and prof facilities were 611 - Fix two quarantine bugs: 690 - Implement Valgrind support, redzones, and quarantine.
|
D | configure.ac | 1024 [Disable support for junk/zero filling, quarantine, and redzones])],
|
/external/libgsm/ |
D | ChangeLog | 4 Remove the MacOS "quarantine" files that I didn't know I'd shipped.
|
/external/jemalloc/test/unit/ |
D | mallctl.c | 178 TEST_MALLCTL_OPT(size_t, quarantine, fill); in TEST_BEGIN()
|
/external/jemalloc_new/ |
D | ChangeLog | 304 - Remove quarantine support. (@jasone) 315 + opt.quarantine 983 thread never allocated memory. Only the quarantine and prof facilities were 985 - Fix two quarantine bugs: 1064 - Implement Valgrind support, redzones, and quarantine.
|