Home | History | Annotate | Download | only in libspeex

Lines Matching full:realloc

67 static void *speex_realloc (void *ptr, int size) {return realloc(ptr, size);}