template <typename AllocatorConfig>

struct SecondaryConfig

Defined at line 111 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 114 of file ../../third_party/scudo/src/allocator_config_wrapper.h

bool getQuarantineDisabled ()

Defined at line 118 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 155 of file ../../third_party/scudo/src/allocator_config.def

void getConfigValues (ScopedString * Str)

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

Records