template <, >

struct AbortOnDeallocTypeMismatchState

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

Abort if there is a mismatch between the function type that allocates memory

and the function type that deallocates memory.

These conditions will abort with an error message:

new/any C free operation

any C allocation operation/any delete operation

new/delete[]

new[]/delete

aligned alloc/free_sized

non-aligned alloc/free_aligned_sized

Public Methods

removeConst<const bool>::type getValue ()

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