HomeSort by: relevance | last modified time | path
    Searched defs:Quarantine (Results 1 - 3 of 3) 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...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_quarantine.h 9 // Memory quarantine for AddressSanitizer and potentially other tools.
10 // Quarantine caches some specified amount of memory in per-thread caches,
76 class Quarantine {
80 explicit Quarantine(LinkerInitialized)
85 // Thread local quarantine size can be zero only when global quarantine size
135 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...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_quarantine.h 9 // Memory quarantine for AddressSanitizer and potentially other tools.
10 // Quarantine caches some specified amount of memory in per-thread caches,
72 class Quarantine {
76 explicit Quarantine(LinkerInitialized)
81 // Thread local quarantine size can be zero only when global quarantine size
130 Printf("Quarantine limits: global: %zdMb; thread local: %zdKb\n",
154 // by them is counted against quarantine limit) can overcome the actual
156 // quarantine.
162 // quarantine is unlikely to contain batches suitable for merge
    [all...]

Completed in 31 milliseconds