Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_malloc.c143 res = __crt_realloc(cp, nbytes); in __thr_realloc()
/freebsd/libexec/rtld-elf/
H A Drtld_malloc.c251 __crt_realloc(void *cp, size_t nbytes) in __crt_realloc() function
H A Drtld.c6727 return (__crt_realloc(cp, nbytes)); in realloc()