Home | History | Annotate | Download | only in stdlib

Lines Matching defs:malloc

1 /*	$NetBSD: malloc.c,v 1.60 2020/05/15 14:37:21 joerg Exp $	*/
11 * From FreeBSD: malloc.c,v 1.91 2006/01/12 07:28:20 jasone
17 * to internal conditions and consistency in malloc.c. This has a
19 * any good unless you fiddle with the internals of malloc or want
39 * returned by malloc/realloc.
75 * Make malloc/free/realloc thread-safe in libc for use with
90 # define UTRACE_LABEL "malloc",
96 __RCSID("$NetBSD: malloc.c,v 1.60 2020/05/15 14:37:21 joerg Exp $");
232 /* Pointer to page directory. Allocated "as if with" malloc */
258 /* sysv behaviour for malloc(0) ? */
336 * setgid, root and wheel cannot afford to have malloc mistakes.
418 * 4MB of malloc arena.
476 j = readlink("/etc/malloc.conf", b, sizeof b - 1);
1168 wrtwarning("malloc() has never been called\n");
1210 malloc(size_t size)
1213 return pubrealloc(NULL, size, " in malloc():");
1281 * of malloc during fork(). These functions are only called if the program is