OpenGrok
Cross Reference: resample.c
xref
: /
external
/
speex
/
libspeex
/
resample.c
Home
|
History
|
Annotate
|
Download
|
only in
libspeex
Lines Matching
full:calloc
66
static void *speex_alloc (int size) {return
calloc
(size,1);}