HomeSort by: relevance | last modified time | path
    Searched defs:QuarantineCache (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_quarantine.h 26 template<typename Node> class QuarantineCache;
79 typedef QuarantineCache<Callback> Cache;
202 class QuarantineCache {
204 explicit QuarantineCache(LinkerInitialized) {
207 QuarantineCache()
234 void Transfer(QuarantineCache *from_cache) {
255 void MergeBatches(QuarantineCache *to_deallocate) {
sanitizer_quarantine.h 26 template<typename Node> class QuarantineCache;
79 typedef QuarantineCache<Callback> Cache;
202 class QuarantineCache {
204 explicit QuarantineCache(LinkerInitialized) {
207 QuarantineCache()
234 void Transfer(QuarantineCache *from_cache) {
255 void MergeBatches(QuarantineCache *to_deallocate) {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 186 typedef AsanQuarantine::Cache QuarantineCache;
214 QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) {
216 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
217 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);
248 QuarantineCache fallback_quarantine_cache;
asan_allocator.cc 186 typedef AsanQuarantine::Cache QuarantineCache;
214 QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) {
216 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
217 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);
248 QuarantineCache fallback_quarantine_cache;

Completed in 48 milliseconds