Class SysAllocator

template<class T>
class SysAllocator

Public Types

template<>
using Self = SysAllocator
template<>
using value_type = T

Public Functions

constexpr SysAllocator()
constexpr SysAllocator(SysAllocator const&)
template<class U>
constexpr SysAllocator(const SysAllocator<U>&)
T *allocate(size_t count)
void deallocate(T *p, size_t)

Friends

bool operator==(Self const&, Self const&)
bool operator!=(Self const&, Self const&)