Lines Matching defs:malloc
113 /* __FBSDID("$FreeBSD: src/lib/libc/stdlib/malloc.c,v 1.147 2007/06/15 22:00:16 jasone Exp $"); */
138 #include <malloc.h>
809 /* Trace malloc/free for ktrace/kdump. */
816 utrace("malloc", &ut, sizeof(ut)); \
1232 ": (malloc) Error in munmap(): ", buf, "\n");
1260 ": (malloc) Error in munmap(): ", buf, "\n");
1332 * threads that are using brk for something other than malloc.
2626 ": (malloc) Error initializing arena\n", "", "");
3140 _malloc_message("___ Begin malloc statistics ___\n", "", "",
3239 _malloc_message("--- End malloc statistics ---\n", "", "", "");
3244 * libpthread might call malloc(3), so the malloc implementation has to take
3312 if ((linklen = readlink("/etc/malloc.conf", buf,
3315 * Use the contents of the "/etc/malloc.conf"
3444 ": (malloc) Unsupported character in "
3445 "malloc options: '", cbuf, "'\n");
3574 * Begin malloc(3)-compatible functions.
3578 malloc(size_t size)
3602 ": (malloc) Error in malloc(): out of memory\n", "",
3627 ": (malloc) Error in posix_memalign(): "
3651 ": (malloc) Error in posix_memalign(): out of memory\n",
3706 ": (malloc) Error in calloc(): out of memory\n", "",
3741 ": (malloc) Error in realloc(): out of "
3756 ": (malloc) Error in realloc(): out of "
3782 * End malloc(3)-compatible functions.
3803 * of malloc during fork(). These functions are only called if the program is