VorbisDecoder.Allocator

Undocumented in source.

Members

Static functions

alloc
void* alloc(uint sz, VorbisDecoder vb)
Undocumented in source. Be warned that the author may not have intended to support it.
allocTemp
void* allocTemp(uint sz, VorbisDecoder vb)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(void* p, VorbisDecoder vb)
Undocumented in source. Be warned that the author may not have intended to support it.
freeTemp
void freeTemp(void* p, uint sz, VorbisDecoder vb)
Undocumented in source. Be warned that the author may not have intended to support it.
tempRestore
void tempRestore(uint pos, VorbisDecoder vb)
Undocumented in source. Be warned that the author may not have intended to support it.
tempSave
uint tempSave(VorbisDecoder vb)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta