stb_vorbis_alloc

/////////////////////////////////////////////////////////////////////////// //////// THREAD SAFETY //////// MEMORY ALLOCATION

nothrow @nogc
struct stb_vorbis_alloc {
ubyte* alloc_buffer;
int alloc_buffer_length_in_bytes;
}
Suggestion Box / Bug Report