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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 26 template<typename Node> class QuarantineCache;
45 typedef QuarantineCache<Callback> Cache;
117 class QuarantineCache {
119 explicit QuarantineCache(LinkerInitialized) {
122 QuarantineCache()
143 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;

Completed in 52 milliseconds