Home
last modified time | relevance | path

Searched refs:malloc_printf (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dwitness.c22 malloc_printf("<jemalloc>: Lock rank order reversal:"); in witness_lock_error_impl()
24 malloc_printf(" %s(%u)", w->name, w->rank); in witness_lock_error_impl()
26 malloc_printf(" %s(%u)\n", witness->name, witness->rank); in witness_lock_error_impl()
33 malloc_printf("<jemalloc>: Should own %s(%u)\n", witness->name, in witness_owner_error_impl()
42 malloc_printf("<jemalloc>: Should not own %s(%u)\n", witness->name, in witness_not_owner_error_impl()
54 malloc_printf("<jemalloc>: Should own %u lock%s of rank >= %u:", depth, in witness_depth_error_impl()
57 malloc_printf(" %s(%u)", w->name, w->rank); in witness_depth_error_impl()
59 malloc_printf("\n"); in witness_depth_error_impl()
H A Dbackground_thread.c373 malloc_printf("<jemalloc>: background thread creation "
418 malloc_printf("<jemalloc>: background thread "
578 malloc_printf("<jemalloc>: arena 0 background thread creation "
881 malloc_printf("<jemalloc>: option background_thread currently "
H A Dmutex.c222 malloc_printf("<jemalloc>: Error re-initializing mutex in " in malloc_mutex_postfork_child()
H A Djemalloc.c360 malloc_printf("<jemalloc>: error in background thread " in arena_new_create_background_thread()
904 malloc_printf("<jemalloc>: Abort (abort_conf:true) on invalid conf " in malloc_abort_invalid_conf()
912 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k, in malloc_conf_error()
1046 malloc_printf( in malloc_conf_init_helper()
1066 malloc_printf("<jemalloc>: -- " \ in malloc_conf_init_helper()
1638 malloc_printf("<jemalloc>: perCPU arena getcpu() not " in malloc_init_narenas()
1646 malloc_printf("<jemalloc>: narenas w/ percpu" in malloc_init_narenas()
1656 malloc_printf("<jemalloc>: invalid " in malloc_init_narenas()
1695 malloc_printf("<jemalloc>: Reducing narenas to limit (%d)\n", in malloc_init_narenas()
H A Dckh.c421 malloc_printf( in ckh_delete()
H A Dmalloc_io.c673 malloc_printf(const char *format, ...) { in malloc_printf() function
H A Dpages.c143 malloc_printf("<jemalloc>: Error in " in os_pages_unmap()
H A Dprof.c1233 malloc_printf("<jemalloc>: creat(\"%s\"), 0644) failed\n", in prof_dump_open_impl()
1786 malloc_printf("<jemalloc>: Leak approximation summary: ~%"FMTu64 in prof_leakcheck()
1790 malloc_printf( in prof_leakcheck()
2734 malloc_printf("<jemalloc>: creat() for log file \"%s\" " in prof_log_stop()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dassert.h11 malloc_printf( \
22 malloc_printf( \
34 malloc_printf("<jemalloc>: %s:%d: Not implemented\n", \
H A Dctl.h110 malloc_printf( \
119 malloc_printf("<jemalloc>: Failure in " \
H A Dmalloc_io.h64 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
H A Dtcache_inlines.h219 malloc_printf("<jemalloc>: invalid tcache id (%u).\n", ind); in tcaches_get()
H A Dprivate_namespace.h245 #define malloc_printf JEMALLOC_N(malloc_printf) macro