memory
Member Functions
allocator_info Struct Reference

Detailed Description

Contains information about an allocator.

It can be used for logging in the various handler functions.

Member Functions

constexpr allocator_info (const char *n, const void *alloc) noexcept
 

Constructors

◆ allocator_info()

constexpr allocator_info ( const char *  n,
const void *  alloc 
)
constexprnoexcept
Effects:
Creates it by giving it the name of the allocator and a pointer.