Lines Matching defs:malloc
1015 "/etc/"JEMALLOC_PREFIX"malloc.conf"
1017 "/etc/malloc.conf"
1022 * Try to use the contents of the "/etc/malloc.conf" symbolic
1074 "string specified via --with-malloc-conf",
1077 "/etc/malloc.conf",
2176 * threads (pthread_create depends on malloc). ctl_init (which
2216 * Whether or not to modify the 'result' argument to malloc in case of
2236 * This isn't really a malloc "behavior", but it acts as a useful
2720 sopts.oom_string = "<jemalloc>: Error in malloc(): out of memory\n";
2736 LOG("core.malloc.exit", "result: %p", ret);
2743 * Begin malloc(3)-compatible functions.
2748 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1)
2794 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2)
2835 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2)
3008 * thread never had any malloc activities until then, a
3173 * End malloc(3)-compatible functions.
3183 JEMALLOC_ATTR(malloc)
3222 JEMALLOC_ATTR(malloc)
3260 * to inconsistently reference libc's malloc(3)-compatible functions
3279 * To enable static linking with glibc, the libc specific malloc interface must
3280 * be implemented also, so none of glibc's malloc.o functions are added to the
3354 * The attribute JEMALLOC_ATTR(malloc) cannot be used due to:
3403 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1)
3639 /* realloc(NULL, size) is equivalent to malloc(size). */
4403 * malloc during fork().
4412 * fork/malloc races via the following functions it registers during