|
Cogs.Core
|
Public Types | |
| using | value_type = T |
| using | pointer = T * |
| using | size_type = size_t |
Public Member Functions | |
| StdAllocator (Allocator *allocator) | |
| template<typename U > | |
| StdAllocator (const StdAllocator< U > &other) | |
| pointer | allocate (size_type n) |
| void | deallocate (pointer p, size_type n) |
Private Attributes | |
| Allocator * | allocator = Allocator::defaultAllocator() |
Definition at line 10 of file StdAllocator.h.
| using Cogs::Memory::StdAllocator< T >::pointer = T * |
Definition at line 14 of file StdAllocator.h.
| using Cogs::Memory::StdAllocator< T >::size_type = size_t |
Definition at line 15 of file StdAllocator.h.
| using Cogs::Memory::StdAllocator< T >::value_type = T |
Definition at line 13 of file StdAllocator.h.
|
inline |
Definition at line 18 of file StdAllocator.h.
|
inline |
Definition at line 21 of file StdAllocator.h.
|
inline |
Definition at line 23 of file StdAllocator.h.
|
inline |
Definition at line 28 of file StdAllocator.h.
Definition at line 36 of file StdAllocator.h.
|
private |
Definition at line 34 of file StdAllocator.h.