HomeSort by: relevance | last modified time | path
    Searched refs:quarantine_cache (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.h 22 uptr quarantine_cache[16]; member in struct:__msan::MsanThreadLocalMallocStorage
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 212 uptr quarantine_cache[16]; member in struct:__asan::AsanThreadLocalMallocStorage
asan_allocator.cc 216 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
217 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);

Completed in 13 milliseconds