struct QuarantineCallback

Defined at line 66 of file ../../third_party/scudo/src/combined.h

Public Methods

void QuarantineCallback (ThisT & Instance, SizeClassAllocatorT & SizeClassAllocator)

Defined at line 67 of file ../../third_party/scudo/src/combined.h

void recycle (void * Ptr)

Chunk recycling function, returns a quarantined chunk to the backend,

first making sure it hasn't been tampered with.

Defined at line 73 of file ../../third_party/scudo/src/combined.h

void * allocate (uptr Size)

We take a shortcut when allocating a quarantine batch by working with the

appropriate class ID instead of using Size. The compiler should optimize

the class ID computation and work with the associated cache directly.

Defined at line 91 of file ../../third_party/scudo/src/combined.h

void deallocate (void * Ptr)

Defined at line 117 of file ../../third_party/scudo/src/combined.h