HomeSort by relevance Sort by last modified time
    Searched refs:speex_realloc (Results 1 - 4 of 4) sorted by null

  /external/speex/libspeex/
buffer.c 169 st->data = speex_realloc(st->data, len);
173 st->data = speex_realloc(st->data, len);
os_support.h 48 /** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and speex_free
71 static inline void *speex_realloc (void *ptr, int size) function
77 /** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and speex_alloc */