Home
last modified time | relevance | path

Searched defs:__snd_alloca (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/include/
H A Dglobal.h107 #define __snd_alloca(ptr,type) do { *ptr = (type##_t *) alloca(type##_sizeof()); memset(*ptr, 0, type##_sizeof()); } while (0) macro

Completed in 2 milliseconds