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

◆ Free()

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

Definition at line 23 of file allocator.h.

23 {
24 if (p == nullptr) {
25 return;
26 }
28 }
void LargeBlockDeallocate(void *ptr)
Definition allocator.cpp:50

References fl::LargeBlockDeallocate(), and p.

Referenced by fl::LUT< uint16_t >::~LUT(), and fl::RectangularDrawBuffer::onQueuingDone().

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