Audacity 3.2.0
Macros
WideSampleSource.cpp File Reference
#include "WideSampleSource.h"
#include "AudioGraphBuffers.h"
#include "WideSampleSequence.h"
#include <cassert>
Include dependency graph for WideSampleSource.cpp:

Go to the source code of this file.

Macros

#define stackAllocate(T, count)   static_cast<T*>(alloca(count * sizeof(T)))
 

Macro Definition Documentation

◆ stackAllocate

#define stackAllocate (   T,
  count 
)    static_cast<T*>(alloca(count * sizeof(T)))

Definition at line 50 of file WideSampleSource.cpp.