Home
last modified time | relevance | path

Searched refs:malloc_message (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/lib/libc/stdlib/malloc/
H A DSymbol.map14 malloc_message;
/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h10 #define je_malloc_message JEMALLOC_N(malloc_message)
/freebsd-14.2/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h71 # define je_malloc_message malloc_message
383 # define malloc_message je_malloc_message macro
/freebsd-14.2/include/
H A Dstdlib.h246 extern void (*malloc_message)(void *, const char *);
/freebsd-14.2/contrib/jemalloc/
H A DFREEBSD-diffs542 * Wrapper around malloc_message() that avoids the need for
H A DChangeLog1493 - Simplify the malloc_message() signature to only take one string argument,