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

◆ InlinedStorage()

template<typename T, fl::size N, typename BaseAllocator = fl::allocator<T>>
fl::allocator_inlined< T, N, BaseAllocator >::InlinedStorage::InlinedStorage ( )
inline

Definition at line 528 of file allocator.h.

528 {
529 fl::memfill(data, 0, sizeof(data));
530 }
void * memfill(void *ptr, int value, fl::size num)
Definition memfill.h:11

References data, and fl::memfill().

+ Here is the call graph for this function: