Searched refs:__crt_realloc (Results 1 – 3 of 3) sorted by relevance
143 res = __crt_realloc(cp, nbytes); in __thr_realloc()
251 __crt_realloc(void *cp, size_t nbytes) in __crt_realloc() function
6727 return (__crt_realloc(cp, nbytes)); in realloc()