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

◆ vorbis_alloc()

static stb_vorbis * fl::third_party::vorbis::vorbis_alloc ( stb_vorbis * f)
static

Definition at line 4091 of file stb_vorbis.cpp.hpp.

4092{
4093 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p));
4094 return p;
4095}
static void * setup_malloc(vorb *f, int32_t sz) FL_NOEXCEPT

References FL_NOEXCEPT, and setup_malloc().

Referenced by stb_vorbis_open_file_section(), stb_vorbis_open_memory(), and stb_vorbis_open_pushdata().

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