Home
last modified time | relevance | path

Searched refs:quarantine (Results 1 – 25 of 29) sorted by relevance

12

/external/jemalloc/src/
Dquarantine.c15 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 …]
Dstats.c737 OPT_WRITE_SIZE_T(quarantine, ",") in stats_general_print()
/external/compiler-rt/lib/scudo/
Dscudo_flags.inc19 "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/
DScudoHardenedAllocator.rst172 | 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/
Dbalance_pools.py626 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/
Dasan_allocator.cc231 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()
Dasan_flags.inc23 "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/
DScudoHardenedAllocator.rst99 - 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/
Dquarantine.ll1 ; 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/
Dquarantine.h33 void quarantine(tsd_t *tsd, void *ptr);
Djemalloc_internal.h.in394 #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);
Dprivate_symbols.txt473 quarantine
Djemalloc_internal.h1179 quarantine(tsd, ptr); in iqalloc()
1197 quarantine(tsd, ptr); in isqalloc()
Dprivate_namespace.h473 #define quarantine JEMALLOC_N(quarantine) macro
Djemalloc_internal_defs.h.in166 /* Support memory filling (junk/zero/quarantine/redzone). */
Dtsd.h603 O(quarantine, quarantine_t *) \
Dprivate_unnamespace.h473 #undef quarantine
/external/jemalloc/
DAndroid.bp136 "src/quarantine.c",
249 "test/unit/quarantine.c",
DMakefile.in104 $(srcroot)src/quarantine.c \
181 $(srcroot)test/unit/quarantine.c \
DINSTALL168 Disable support for junk/zero filling of memory, quarantine, and redzones.
169 See the "opt.junk", "opt.zero", "opt.quarantine", and "opt.redzone" option
DChangeLog609 thread never allocated memory. Only the quarantine and prof facilities were
611 - Fix two quarantine bugs:
690 - Implement Valgrind support, redzones, and quarantine.
Dconfigure.ac1024 [Disable support for junk/zero filling, quarantine, and redzones])],
/external/libgsm/
DChangeLog4 Remove the MacOS "quarantine" files that I didn't know I'd shipped.
/external/jemalloc/test/unit/
Dmallctl.c178 TEST_MALLCTL_OPT(size_t, quarantine, fill); in TEST_BEGIN()
/external/jemalloc_new/
DChangeLog304 - 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.

12