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

◆ setup_temp_free()

static void fl::third_party::vorbis::setup_temp_free ( vorb * f,
void * p,
int32_t sz )
static

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

715{
716 if (f->alloc.alloc_buffer) {
717 f->temp_offset += (sz+7)&~7;
718 return;
719 }
720 fl::free(p);
721}
void free(void *ptr)

References FL_NOEXCEPT, and fl::free().

Referenced by start_decoder().

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