Searched refs:__crt_malloc (Results 1 – 5 of 5) sorted by relevance
117 __crt_malloc(size_t nbytes) in __crt_malloc() function167 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()
37 void *__crt_malloc(size_t nbytes);
57 p = __crt_malloc(size); in xmalloc()
6380 return (__crt_malloc(nbytes)); in malloc()
118 res = __crt_malloc(nbytes); in __thr_malloc()