Go to the source code of this file.
|
| template<class TAlloC > |
| void * | mn::memory::allocate (const TAlloC &alloc, size_t size, size_t alignment, mn::memory::std_allocator_tag) |
| |
| template<class TAlloC > |
| void * | mn::memory::allocate (const TAlloC &alloc, size_t size, size_t alignment, mn::memory::nodeleter_allocator_tag) |
| |
| template<class TAlloC > |
| void * | mn::memory::deallocate (const TAlloC &alloc, void *address, size_t size, size_t alignment, mn::memory::std_allocator_tag) |
| |
| template<class TAlloC > |
| void * | mn::memory::deallocate (const TAlloC &alloc, void *address, size_t size, size_t alignment, mn::memory::nodeleter_allocator_tag) |
| |
◆ mn::memory::std_allocator_tag
| struct mn::memory::std_allocator_tag |
◆ mn::memory::nodeleter_allocator_tag
| struct mn::memory::nodeleter_allocator_tag |
◆ mn::memory::internal::allocator_traits
| struct mn::memory::internal::allocator_traits |
template<typename TAlloC>
struct mn::memory::internal::allocator_traits< TAlloC >