HomeSort by relevance Sort by last modified time
    Searched refs:QuarantineCache (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 26 template<typename Node> class QuarantineCache;
45 typedef QuarantineCache<Callback> Cache;
119 class QuarantineCache {
121 explicit QuarantineCache(LinkerInitialized) {
124 QuarantineCache()
145 void Transfer(QuarantineCache *c) {
  /external/compiler-rt/lib/asan/
asan_allocator.cc 174 typedef AsanQuarantine::Cache QuarantineCache;
202 QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) {
204 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
205 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);
234 QuarantineCache fallback_quarantine_cache;
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 243 typedef ScudoQuarantine::Cache QuarantineCache;
244 static thread_local QuarantineCache ThreadQuarantineCache;
277 QuarantineCache FallbackQuarantineCache;

Completed in 272 milliseconds