FastLED 3.9.15
Loading...
Searching...
No Matches
fl::allocator_realloc< T > Member List

This is the complete list of members for fl::allocator_realloc< T >, including all inherited members.

allocate(fl::size n) FL_NOEXCEPTfl::allocator_realloc< T >inline
allocate_at_least(fl::size n) FL_NOEXCEPTfl::allocator_realloc< T >inline
allocator_realloc() FL_NOEXCEPTfl::allocator_realloc< T >inline
allocator_realloc(const allocator_realloc< U > &) FL_NOEXCEPTfl::allocator_realloc< T >inline
const_pointer typedeffl::allocator_realloc< T >
const_reference typedeffl::allocator_realloc< T >
construct(U *p, Args &&... args) FL_NOEXCEPTfl::allocator_realloc< T >inline
deallocate(T *p, fl::size n) FL_NOEXCEPTfl::allocator_realloc< T >inline
destroy(U *p) FL_NOEXCEPTfl::allocator_realloc< T >inline
difference_type typedeffl::allocator_realloc< T >
FL_STATIC_ASSERT(fl::is_trivially_copyable< T >::value, "allocator_realloc<T> requires T to be trivially copyable. " "NOTE: This allocator is now redundant - fl::allocator<T> automatically " "optimizes trivially copyable types. Just use fl::vector<T> instead.")fl::allocator_realloc< T >private
pointer typedeffl::allocator_realloc< T >
reallocate(pointer ptr, fl::size old_count, fl::size new_count) FL_NOEXCEPTfl::allocator_realloc< T >inline
reference typedeffl::allocator_realloc< T >
size_type typedeffl::allocator_realloc< T >
value_type typedeffl::allocator_realloc< T >
~allocator_realloc() FL_NOEXCEPTfl::allocator_realloc< T >inline