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

  /external/compiler-rt/lib/msan/
msan_allocator.h 22 uptr quarantine_cache[16]; member in struct:__msan::MsanThreadLocalMallocStorage
  /external/compiler-rt/lib/asan/
asan_allocator.h 155 uptr quarantine_cache[16]; member in struct:__asan::AsanThreadLocalMallocStorage
asan_allocator.cc 204 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
205 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);

Completed in 134 milliseconds