Home
last modified time | relevance | path

Searched refs:__crt_malloc (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/libexec/rtld-elf/
H A Drtld_malloc.c117 __crt_malloc(size_t nbytes) in __crt_malloc() function
167 if ((ret = __crt_malloc(num * size)) != NULL) in __crt_calloc()
183 mem = __crt_malloc(size + align + offset + sizeof(union overhead)); in __crt_aligned_alloc_offset()
262 return (__crt_malloc(nbytes)); in __crt_realloc()
282 if ((res = __crt_malloc(nbytes)) == NULL) in __crt_realloc()
H A Drtld_malloc.h37 void *__crt_malloc(size_t nbytes);
H A Dxmalloc.c57 p = __crt_malloc(size); in xmalloc()
H A Drtld.c6380 return (__crt_malloc(nbytes)); in malloc()
/freebsd-14.2/lib/libthr/thread/
H A Dthr_malloc.c118 res = __crt_malloc(nbytes); in __thr_malloc()