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

◆ InlinedMemoryBlock() [1/3]

template<typename T, fl::size N>
fl::InlinedMemoryBlock< T, N >::InlinedMemoryBlock ( )
inline

Definition at line 36 of file vector.h.

36 {
38#ifdef FASTLED_TESTING
39 __data = memory();
40#endif
41 }
void * memfill(void *ptr, int value, fl::size num)
Definition memfill.h:11
MemoryType mMemoryBlock[kBlockSize]
Definition vector.h:49

References fl::memfill(), memory(), and mMemoryBlock.

Referenced by InlinedMemoryBlock(), and InlinedMemoryBlock().

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