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

◆ fl_stbv_temp_alloc_impl()

static void * fl::third_party::vorbis::fl_stbv_temp_alloc_impl ( vorb * f,
int32_t size )
static

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

640 {
641 if (f->alloc.alloc_buffer) {
642 return setup_temp_malloc(f, size);
643 }
644 return get_stbv_temp_buffer().alloc(size);
645}
static void * setup_temp_malloc(vorb *f, int32_t sz) FL_NOEXCEPT
static StbvTempBuffer & get_stbv_temp_buffer() FL_NOEXCEPT
void * alloc(int32_t size) FL_NOEXCEPT

References fl::third_party::vorbis::StbvTempBuffer::alloc(), FL_NOEXCEPT, get_stbv_temp_buffer(), and setup_temp_malloc().

+ Here is the call graph for this function: