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

◆ Free()

template<typename T>
static void fl::PSRamAllocator< T >::Free ( T * p)
inlinestatic

Definition at line 124 of file allocator.h.

124 {
125 if (p == nullptr) {
126 return;
127 }
129 }
void PSRamDeallocate(void *ptr)

References FL_NOEXCEPT, and fl::PSRamDeallocate().

Referenced by fl::LUT< u16 >::~LUT(), fl::allocator_psram< U >::deallocate(), and fl::RectangularDrawBuffer::onQueuingDone().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: