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

◆ Alloc()

template<typename T>
static T * fl::LargeBlockAllocator< T >::Alloc ( size_t n)
inlinestatic

Definition at line 18 of file allocator.h.

18 {
19 void* ptr = LargeBlockAllocate(sizeof(T) * n, true);
20 return reinterpret_cast<T*>(ptr);
21 }
void * LargeBlockAllocate(size_t size, bool zero)
Definition allocator.cpp:42

References fl::LargeBlockAllocate().

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: