|
FastLED 3.9.15
|
| #define FASTLED_STACK_ARRAY | ( | TYPE, | |
| NAME, | |||
| SIZE ) |
Stack-allocated array with automatic zero-initialization.
Creates either a VLA (variable length array) or emulates one using alloca() depending on compiler capabilities. The allocated array is automatically zero-initialized.
| TYPE | The element type |
| NAME | The variable name |
| SIZE | The number of elements |
Definition at line 32 of file alloca.h.
Referenced by fl::audio::fft::Context::computeLinearBins(), fl::audio::fft::Context::computeLogRebinNormFactors(), fill_2dnoise16(), fill_2dnoise8(), fill_noise16(), fill_noise8(), fl::audio::fft::Context::initHybrid(), fl::audio::fft::Context::initOctaveWise(), fl::audio::fft::Context::runNaive(), and fl::audio::fft::Context::runOctaveWise().