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

  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
conn.c 308 "%s meta_back_init_one_conn[%d]: quarantine " "retry block #%d try #%d.\n",
716 quarantine = 1; local
772 quarantine = 0;
864 if ( quarantine && META_BACK_TGT_QUARANTINE( mt ) ) {
  /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...]
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 155 // The chunk was freed and put into quarantine zone.
256 // memory, so quarantine preparation is unnecessary.
266 // TODO(alekseys): Consider making quarantine OOM-friendly.
279 typedef Quarantine<QuarantineCallback, AsanChunk> AsanQuarantine;
355 AsanQuarantine quarantine; member in struct:__asan::Allocator
369 : quarantine(LINKER_INITIALIZED),
382 quarantine.Init((uptr)options.quarantine_size_mb << 20,
444 options->quarantine_size_mb = quarantine.GetMaxSize() >> 20;
446 quarantine.GetMaxCacheSize() >> 10;
662 // Set quarantine flag if chunk is allocated, issue ASan error report o
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 153 // The chunk was freed and put into quarantine zone.
227 // TODO(alekseys): Consider making quarantine OOM-friendly.
242 typedef Quarantine<QuarantineCallback, AsanChunk> AsanQuarantine;
302 AsanQuarantine quarantine; member in struct:__asan::Allocator
317 : quarantine(LINKER_INITIALIZED),
330 quarantine.Init((uptr)options.quarantine_size_mb << 20,
400 options->quarantine_size_mb = quarantine.GetSize() >> 20;
401 options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10;
614 // Set quarantine flag if chunk is allocated, issue ASan error report on
624 // It's not safe to push a chunk in quarantine on invalid free
    [all...]

Completed in 27 milliseconds