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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_quarantine.h 99 uptr GetCacheSize() const {
104 uptr cache_size = GetCacheSize();
108 // GetCacheSize() == 0 only when GetSize() == 0 (see Init).
137 GetSize() >> 20, GetCacheSize() >> 10);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 336 options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10;

Completed in 45 milliseconds