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

◆ setFFTCacheSize()

void fl::FFT::setFFTCacheSize ( size_t size)

Definition at line 35 of file fft.cpp.

35{ mMap->setMaxSize(size); }
scoped_ptr< HashMap > mMap
Definition fft.h:85
size_t size() const
Definition fft.cpp:33

References mMap, and size().

+ Here is the call graph for this function: