FastLED 3.9.15
Loading...
Searching...
No Matches
fl::allocator_psram< T > Class Template Reference

Detailed Description

template<typename T>
class fl::allocator_psram< T >

Definition at line 98 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 = size_t
 
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 (size_t n)
 
template<typename U, typename... Args>
void construct (U *p, Args &&... args)
 
void deallocate (T *p, size_t n)
 
template<typename U>
void destroy (U *p)
 

The documentation for this class was generated from the following file: