30 #ifndef BIT_MEMORY_UTILITIES_ALLOCATOR_INFO_HPP 31 #define BIT_MEMORY_UTILITIES_ALLOCATOR_INFO_HPP 33 #if defined(_MSC_VER) && (_MSC_VER >= 1200) 35 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) 66 const char*
name()
const noexcept;
71 const void*
address()
const noexcept;
79 const void* m_address;
94 #include "detail/allocator_info.inl" const char * name() const noexcept
Gets the name of the allocator.
const void * address() const noexcept
Gets the address of the allocator.
This type is used to hold the generic information for a given allocator.
allocator_info(const char *name, const void *address)
Constructs an allocator_info with a given name and the address of the allocator.