Searched refs:lsx_checkptr (Results 1 – 1 of 1) sorted by relevance
23 static void *lsx_checkptr(void *ptr) in lsx_checkptr() function47 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()