Searched defs:QuarantineBatch (Results 1 – 2 of 2) sorted by relevance
19 struct QuarantineBatch { struct23 QuarantineBatch *Next; argument31 this->Size = Size + sizeof(QuarantineBatch); // Account for the Batch Size. in init() argument35 uptr getQuarantinedSize() const { return Size - sizeof(QuarantineBatch); } in getQuarantinedSize() argument43 bool canMerge(const QuarantineBatch *const From) const { in canMerge() argument47 void merge(QuarantineBatch *const From) { in merge() argument63 static_assert(sizeof(QuarantineBatch) <= (1U << 13), ""); // 8Kb. argument
28 struct QuarantineBatch { struct30 QuarantineBatch *next; argument36 COMPILER_CHECK(sizeof(QuarantineBatch) <= (1 << 13)); // 8Kb. argument