struct QuarantineBatch
Defined at line 19 of file ../../third_party/scudo/src/quarantine.h
Public Members
QuarantineBatch * Next
uptr Size
u32 Count
void *[1019] Batch
static const u32 MaxCount
Public Methods
void init (void * Ptr, uptr Size)
Defined at line 28 of file ../../third_party/scudo/src/quarantine.h
uptr getQuarantinedSize ()
The total size of quarantined nodes recorded in this batch.
Defined at line 35 of file ../../third_party/scudo/src/quarantine.h
void push_back (void * Ptr, uptr Size)
Defined at line 37 of file ../../third_party/scudo/src/quarantine.h
bool canMerge (const QuarantineBatch *const From)
Defined at line 43 of file ../../third_party/scudo/src/quarantine.h
void merge (QuarantineBatch *const From)
Defined at line 47 of file ../../third_party/scudo/src/quarantine.h
void shuffle (u32 State)
Defined at line 60 of file ../../third_party/scudo/src/quarantine.h