|
FastLED 3.9.15
|
Definition at line 18 of file fft.cpp.hpp.
#include <fft.cpp.hpp>
Collaboration diagram for fl::audio::fft::FloatVectorPool:Public Member Functions | |
| fl::vector< float > | acquire (fl::size capacity) |
| void | release (fl::vector< float > &&v) |
| void | releaseIfNotEmpty (fl::vector< float > &&v) |
Private Attributes | |
| fl::vector< fl::vector< float > > | mPool |
Static Private Attributes | |
| static const fl::size | kMaxPoolSize = 32 |