Searched refs:__crt_realloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/libexec/rtld-elf/
H A Drtld_malloc.h40 void *__crt_realloc(void *cp, size_t nbytes);
H A Drtld_malloc.c220 __crt_realloc(void *cp, size_t nbytes) function
H A Drtld.h425 void *__crt_realloc(void *cp, size_t nbytes);
H A Drtld.c5913 return (__crt_realloc(cp, nbytes));
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_malloc.c135 res = __crt_realloc(cp, nbytes);

Completed in 129 milliseconds