Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld_malloc.c114 __crt_malloc(size_t nbytes) in __crt_malloc() function
164 if ((ret = __crt_malloc(num * size)) != NULL) in __crt_calloc()
180 mem = __crt_malloc(size + align + offset + sizeof(union overhead)); in __crt_aligned_alloc_offset()
259 return (__crt_malloc(nbytes)); in __crt_realloc()
279 if ((res = __crt_malloc(nbytes)) == NULL) in __crt_realloc()
H A Dxmalloc.c57 p = __crt_malloc(size); in xmalloc()
H A Drtld.c6515 return (__crt_malloc(nbytes)); in malloc()