Home
last modified time | relevance | path

Searched refs:lsx_checkptr (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dxmalloc.c23 static void *lsx_checkptr(void *ptr) in lsx_checkptr() function
47 return lsx_checkptr(realloc(ptr, newsize)); in lsx_realloc()
52 return lsx_checkptr(malloc(size + !size)); in lsx_malloc()
57 return lsx_checkptr(calloc(n + !n, size + !size)); in lsx_calloc()
72 return lsx_checkptr(strdup(s)); in lsx_strdup()