Searched refs:__crt_malloc (Results 1 – 3 of 3) sorted by relevance
114 __crt_malloc(size_t nbytes) in __crt_malloc() function164 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()
57 p = __crt_malloc(size); in xmalloc()
6515 return (__crt_malloc(nbytes)); in malloc()