struct AllocatorVersionMagic

Defined at line 30 of file ../../third_party/scudo/gwp_asan/common.h

Magic header that resides in the AllocatorState so that GWP-ASan bugreports

can be understood by tools at different versions. Out-of-process crash

handlers, like crashpad on Fuchsia, take the raw contents of the

AllocationMetatada array and the AllocatorState, and shove them into the

minidump. Online unpacking of these structs needs to know from which version

of GWP-ASan it's extracting the information, as the structures are not

stable.

Public Members

uint8_t[4] Magic
uint16_t Version
uint16_t Reserved
static const uint8_t[4] kAllocatorVersionMagic
static const uint16_t kAllocatorVersion