Searched refs:__crt_malloc (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/libexec/rtld-elf/
H A Drtld_malloc.h39 void *__crt_malloc(size_t nbytes);
H A Drtld_malloc.c111 __crt_malloc(size_t nbytes) function
161 if ((ret = __crt_malloc(num * size)) != NULL)
228 return (__crt_malloc(nbytes));
248 if ((res = __crt_malloc(nbytes)) == NULL)
H A Dxmalloc.c59 p = __crt_malloc(size);
H A Drtld.h424 void *__crt_malloc(size_t nbytes);
H A Drtld.c5892 return (__crt_malloc(nbytes));
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_malloc.c122 res = __crt_malloc(nbytes);

Completed in 199 milliseconds