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

◆ fl_stbv_temp_alloc_restore_impl()

static void fl::third_party::vorbis::fl_stbv_temp_alloc_restore_impl ( vorb * f,
int32_t saved )
static

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

654 {
655 if (f->alloc.alloc_buffer) {
656 f->temp_offset = saved;
657 } else {
659 }
660}
static StbvTempBuffer & get_stbv_temp_buffer() FL_NOEXCEPT
void restore(int32_t saved_offset) FL_NOEXCEPT

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

+ Here is the call graph for this function: