Home
last modified time | relevance | path

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

/freebsd-12.1/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.c375 malloc_printf("<jemalloc>: background thread creation "
420 malloc_printf("<jemalloc>: background thread "
579 malloc_printf("<jemalloc>: arena 0 background thread creation "
850 malloc_printf("<jemalloc>: option background_thread currently "
H A Dmutex.c223 malloc_printf("<jemalloc>: Error re-initializing mutex in " in malloc_mutex_postfork_child()
H A Djemalloc.c354 malloc_printf("<jemalloc>: error in background thread " in arena_new_create_background_thread()
846 malloc_printf("<jemalloc>: Abort (abort_conf:true) on invalid conf " in malloc_abort_invalid_conf()
854 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k, in malloc_conf_error()
1409 malloc_printf("<jemalloc>: perCPU arena getcpu() not " in malloc_init_narenas()
1417 malloc_printf("<jemalloc>: narenas w/ percpu" in malloc_init_narenas()
1427 malloc_printf("<jemalloc>: invalid " in malloc_init_narenas()
1466 malloc_printf("<jemalloc>: Reducing narenas to limit (%d)\n", in malloc_init_narenas()
H A Dpages.c141 malloc_printf("<jemalloc>: Error in " in os_pages_unmap()
H A Dckh.c420 malloc_printf( in ckh_delete()
H A Dmalloc_io.c674 malloc_printf(const char *format, ...) { in malloc_printf() function
H A Dprof.c963 malloc_printf("<jemalloc>: creat(\"%s\"), 0644) failed\n", in prof_dump_open_impl()
1515 malloc_printf("<jemalloc>: Leak approximation summary: ~%"FMTu64 in prof_leakcheck()
1519 malloc_printf( in prof_leakcheck()
H A Dctl.c1548 malloc_printf("<jemalloc>: Error in dlsym(" in background_thread_ctl()
1609 malloc_printf("<jemalloc>: Error in dlsym(" in max_background_threads_ctl()
/freebsd-12.1/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.h107 malloc_printf( \
116 malloc_printf("<jemalloc>: Failure in " \
H A Dmalloc_io.h64 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
H A Dprivate_namespace.h221 #define malloc_printf JEMALLOC_N(malloc_printf) macro