template <typename AllocatorConfig>

struct SecondaryConfig

Defined at line 92 of file ../../third_party/scudo/src/allocator_config_wrapper.h

Public Methods

bool getMaySupportMemoryTagging ()

TODO: Pass this flag through template argument to remove this hard-coded

function.

Defined at line 95 of file ../../third_party/scudo/src/allocator_config_wrapper.h

bool getQuarantineDisabled ()

Defined at line 99 of file ../../third_party/scudo/src/allocator_config_wrapper.h

removeConst<const bool>::type getEnableGuardPages ()

SECONDARY_OPTIONAL(TYPE, NAME, DEFAULT)

Add one guard page at the front and back for each allocation.

Defined at line 136 of file ../../third_party/scudo/src/allocator_config.def

Records