Class SysAllocator¶
-
template<class
T
>
classSysAllocator
¶ -
Public Functions
-
constexpr
SysAllocator
()¶
-
constexpr
SysAllocator
(SysAllocator const&)¶
-
template<class
U
>
constexprSysAllocator
(const SysAllocator<U>&)¶
-
T *
allocate
(size_t count)¶
-
void
deallocate
(T *p, size_t)¶
-
constexpr