Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h27 struct QuarantineBatch { struct
29 QuarantineBatch *next; argument
37 this->size = size + sizeof(QuarantineBatch); // Account for the batch size. in init() argument
42 return size - sizeof(QuarantineBatch); in quarantined_size() argument
51 bool can_merge(const QuarantineBatch* const from) const { in can_merge() argument
55 void merge(QuarantineBatch* const from) { in merge() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_quarantine.h28 struct QuarantineBatch { struct
30 QuarantineBatch *next; argument
38 this->size = size + sizeof(QuarantineBatch); // Account for the batch size. in init() argument
43 return size - sizeof(QuarantineBatch); in quarantined_size() argument
52 bool can_merge(const QuarantineBatch* const from) const { in can_merge() argument
56 void merge(QuarantineBatch* const from) { in merge() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h26 struct QuarantineBatch { struct
28 QuarantineBatch *next; argument
36 this->size = size + sizeof(QuarantineBatch); // Account for the batch size. in init() argument
41 return size - sizeof(QuarantineBatch); in quarantined_size() argument
50 bool can_merge(const QuarantineBatch* const from) const { in can_merge() argument
54 void merge(QuarantineBatch* const from) { in merge() argument