Home
last modified time | relevance | path

Searched defs:QuarantineBatch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/scudo/standalone/
H A Dquarantine.h19 struct QuarantineBatch { struct
23 QuarantineBatch *Next; argument
31 this->Size = Size + sizeof(QuarantineBatch); // Account for the Batch Size. in init() argument
35 uptr getQuarantinedSize() const { return Size - sizeof(QuarantineBatch); } in getQuarantinedSize() argument
43 bool canMerge(const QuarantineBatch *const From) const { in canMerge() argument
47 void merge(QuarantineBatch *const From) { in merge() argument
63 static_assert(sizeof(QuarantineBatch) <= (1U << 13), ""); // 8Kb. argument
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h28 struct QuarantineBatch { struct
30 QuarantineBatch *next; argument
36 COMPILER_CHECK(sizeof(QuarantineBatch) <= (1 << 13)); // 8Kb. argument