Searched refs:alloced (Results 1 – 1 of 1) sorted by relevance
25 uint alloced; member494 buf->alloced = sizeof(uint16_t) * wanted.freq * wanted.channels; in sandbox_sdl_sound_init()495 buf->data = malloc(buf->alloced); in sandbox_sdl_sound_init()546 if (size > buf->alloced) in sandbox_sdl_sound_play()
Completed in 3 milliseconds