modm API documentation
|
This is the complete list of members for modm::allocator::Dynamic< T >, including all inherited members.
AllocatorBase() (defined in modm::allocator::AllocatorBase< T >) | modm::allocator::AllocatorBase< T > | inlineprotected |
Dynamic() (defined in modm::allocator::Dynamic< T >) | modm::allocator::Dynamic< T > | inline |
Dynamic(const Dynamic &other) (defined in modm::allocator::Dynamic< T >) | modm::allocator::Dynamic< T > | inline |
Dynamic(const Dynamic< U > &) (defined in modm::allocator::Dynamic< T >) | modm::allocator::Dynamic< T > | inline |
allocate(size_t n) (defined in modm::allocator::Dynamic< T >) | modm::allocator::Dynamic< T > | inline |
construct(T *p, const T &value) | modm::allocator::AllocatorBase< T > | inlinestatic |
deallocate(T *p) (defined in modm::allocator::Dynamic< T >) | modm::allocator::Dynamic< T > | inline |
destroy(T *p) | modm::allocator::AllocatorBase< T > | inlinestatic |