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

◆ Free()

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

Definition at line 26 of file allocator.h.

26 {
27 if (p == nullptr) {
28 return;
29 }
31 }
void PSRamDeallocate(void *ptr)
Definition allocator.cpp:49

References p, and fl::PSRamDeallocate().

Referenced by fl::LUT< uint16_t >::~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: