FastLED 3.9.15
Loading...
Searching...
No Matches

◆ psram_memory_resource()

memory_resource * fl::psram_memory_resource ( )

Get the PSRAM memory resource (wraps PSRamAllocate / PSRamDeallocate).

Definition at line 78 of file memory_resource.cpp.hpp.

78 {
79 static PSRamMemoryResource instance;
80 return &instance;
81}

Referenced by fl::vector_psram< T >::vector_psram(), and fl::vector_psram< T >::vector_psram().

+ Here is the caller graph for this function: