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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 107 // CHUNK_QUARANTINE: the chunk was freed and put into quarantine zone.
170 // TODO(alekseys): Consider making quarantine OOM-friendly.
185 typedef Quarantine<QuarantineCallback, AsanChunk> AsanQuarantine;
245 AsanQuarantine quarantine; member in struct:__asan::Allocator
259 : quarantine(LINKER_INITIALIZED),
272 quarantine.Init((uptr)options.quarantine_size_mb << 20,
335 options->quarantine_size_mb = quarantine.GetSize() >> 20;
336 options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10;
548 // Set quarantine flag if chunk is allocated, issue ASan error report on
558 // It's not safe to push a chunk in quarantine on invalid free
    [all...]
asan_allocator.cc 107 // CHUNK_QUARANTINE: the chunk was freed and put into quarantine zone.
170 // TODO(alekseys): Consider making quarantine OOM-friendly.
185 typedef Quarantine<QuarantineCallback, AsanChunk> AsanQuarantine;
245 AsanQuarantine quarantine; member in struct:__asan::Allocator
259 : quarantine(LINKER_INITIALIZED),
272 quarantine.Init((uptr)options.quarantine_size_mb << 20,
335 options->quarantine_size_mb = quarantine.GetSize() >> 20;
336 options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10;
548 // Set quarantine flag if chunk is allocated, issue ASan error report on
558 // It's not safe to push a chunk in quarantine on invalid free
    [all...]

Completed in 181 milliseconds