DASH
0.3.0
|
Public Types | |
typedef Allocator | allocator_type |
Public Member Functions | |
void * | allocate (size_t bytes, size_t alignment=max_align) |
void | deallocate (void *p, size_t bytes, size_t alignment=max_align) |
bool | is_equal (const memory_resource &other) const noexcept |
Definition at line 211 of file polymorphic_allocator.h.