bit::memory
|
This type is used to hold the generic information for a given allocator. More...
#include <allocator_info.hpp>
Public Member Functions | |
allocator_info (const char *name, const void *address) | |
Constructs an allocator_info with a given name and the address of the allocator. More... | |
const char * | name () const noexcept |
Gets the name of the allocator. More... | |
const void * | address () const noexcept |
Gets the address of the allocator. More... | |
This type is used to hold the generic information for a given allocator.
Definition at line 44 of file allocator_info.hpp.
bit::memory::allocator_info::allocator_info | ( | const char * | name, |
const void * | address | ||
) |
Constructs an allocator_info with a given name
and the address
of the allocator.
name | the name of the allocator |
address | the (possibly null) address of the allocator |
|
noexcept |
Gets the address of the allocator.
|
noexcept |
Gets the name of the allocator.