HomeSort by: relevance | last modified time | path
    Searched defs:Quarantine (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_quarantine.h 10 // Memory quarantine for AddressSanitizer and potentially other tools.
11 // Quarantine caches some specified amount of memory in per-thread caches,
77 class Quarantine {
81 explicit Quarantine(LinkerInitialized)
86 // Thread local quarantine size can be zero only when global quarantine size
136 Printf("Quarantine limits: global: %zdMb; thread local: %zdKb\n",
159 // by them is counted against quarantine limit) can overcome the actual
161 // quarantine.
167 // quarantine is unlikely to contain batches suitable for merge
    [all...]
sanitizer_quarantine.h 10 // Memory quarantine for AddressSanitizer and potentially other tools.
11 // Quarantine caches some specified amount of memory in per-thread caches,
77 class Quarantine {
81 explicit Quarantine(LinkerInitialized)
86 // Thread local quarantine size can be zero only when global quarantine size
136 Printf("Quarantine limits: global: %zdMb; thread local: %zdKb\n",
159 // by them is counted against quarantine limit) can overcome the actual
161 // quarantine.
167 // quarantine is unlikely to contain batches suitable for merge
    [all...]

Completed in 140 milliseconds