|
FastLED 3.9.15
|
This is the complete list of members for fl::allocator< T >, including all inherited members.
| allocate(fl::size n) FL_NOEXCEPT | fl::allocator< T > | inline |
| allocate_at_least(fl::size n) FL_NOEXCEPT | fl::allocator< T > | inline |
| allocator() FL_NOEXCEPT | fl::allocator< T > | inline |
| allocator(const allocator< U > &) FL_NOEXCEPT | fl::allocator< T > | inline |
| const_pointer typedef | fl::allocator< T > | |
| const_reference typedef | fl::allocator< T > | |
| construct(U *p, Args &&... args) FL_NOEXCEPT | fl::allocator< T > | inline |
| deallocate(T *p, fl::size n) FL_NOEXCEPT | fl::allocator< T > | inline |
| destroy(U *p) FL_NOEXCEPT | fl::allocator< T > | inline |
| difference_type typedef | fl::allocator< T > | |
| pointer typedef | fl::allocator< T > | |
| reallocate(pointer ptr, fl::size old_count, fl::size new_count) FL_NOEXCEPT | fl::allocator< T > | inline |
| reallocate_impl(pointer ptr, fl::size old_count, fl::size new_count, fl::true_type) FL_NOEXCEPT | fl::allocator< T > | inlineprivate |
| reallocate_impl(pointer ptr, fl::size old_count, fl::size new_count, fl::false_type) FL_NOEXCEPT | fl::allocator< T > | inlineprivate |
| reference typedef | fl::allocator< T > | |
| size_type typedef | fl::allocator< T > | |
| value_type typedef | fl::allocator< T > | |
| ~allocator() FL_NOEXCEPT | fl::allocator< T > | inline |