|
FastLED 3.9.15
|
Definition at line 124 of file allocator.h.
#include <allocator.h>
Inheritance diagram for fl::allocator_psram< T >:Classes | |
| struct | rebind |
Public Types | |
| using | const_pointer = const T* |
| using | const_reference = const T& |
| using | difference_type = ptrdiff_t |
| using | pointer = T* |
| using | reference = T& |
| using | size_type = fl::size |
| using | value_type = T |
Public Member Functions | |
| allocator_psram () noexcept | |
| template<typename U> | |
| allocator_psram (const allocator_psram< U > &) noexcept | |
| ~allocator_psram () noexcept | |
| T * | allocate (fl::size n) |
| template<typename U, typename... Args> | |
| void | construct (U *p, Args &&... args) |
| void | deallocate (T *p, fl::size n) |
| template<typename U> | |
| void | destroy (U *p) |