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

◆ Free()

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

Definition at line 49 of file allocator.h.

49 {
50 if (p == nullptr) {
51 return;
52 }
54 }
void PSRamDeallocate(void *ptr)
Definition allocator.cpp:96

References 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: