Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dwitness.c20 malloc_printf(" %s(%u)", w->name, w->rank); in witness_print_witness()
22 malloc_printf(" %s(%u)X%u", w->name, w->rank, n); in witness_print_witness()
50 malloc_printf("<jemalloc>: Lock rank order reversal:"); in witness_lock_error_impl()
52 malloc_printf(" %s(%u)\n", witness->name, witness->rank); in witness_lock_error_impl()
59 malloc_printf("<jemalloc>: Should own %s(%u)\n", witness->name, in witness_owner_error_impl()
68 malloc_printf("<jemalloc>: Should not own %s(%u)\n", witness->name, in witness_not_owner_error_impl()
78 malloc_printf("<jemalloc>: Should own %u lock%s of rank >= %u:", depth, in witness_depth_error_impl()
81 malloc_printf("\n"); in witness_depth_error_impl()
H A Dbackground_thread.c295 malloc_printf("<jemalloc>: background thread creation "
340 malloc_printf("<jemalloc>: background thread "
500 malloc_printf("<jemalloc>: arena 0 background thread creation "
762 malloc_printf("<jemalloc>: option background_thread currently "
H A Djemalloc.c435 malloc_printf("<jemalloc>: error in background thread " in arena_new_create_background_thread()
946 malloc_printf("<jemalloc>: Abort (abort_conf:true) on invalid conf " in malloc_abort_invalid_conf()
954 malloc_printf("<jemalloc>: %s: %.*s:%.*s\n", msg, (int)klen, k, in malloc_conf_error()
1093 malloc_printf( in malloc_conf_init_helper()
1113 malloc_printf("<jemalloc>: -- " \ in malloc_conf_init_helper()
1739 malloc_printf("<jemalloc>: prof_leak_error is set w/o " in malloc_conf_init_check_deps()
1858 malloc_printf("<jemalloc>: HPA not supported in the current " in malloc_init_hard_a0_locked()
1895 malloc_printf("<jemalloc>: HPA not supported in the current " in malloc_init_hard_a0_locked()
2017 malloc_printf("<jemalloc>: perCPU arena getcpu() not " in malloc_init_narenas()
2025 malloc_printf("<jemalloc>: narenas w/ percpu" in malloc_init_narenas()
[all …]
H A Dmutex.c229 malloc_printf("<jemalloc>: Error re-initializing mutex in " in malloc_mutex_postfork_child()
H A Dprof_data.c1034 malloc_printf("<jemalloc>: Leak approximation summary: ~%"FMTu64 in prof_leakcheck()
1038 malloc_printf( in prof_leakcheck()
1041 malloc_printf( in prof_leakcheck()
H A Dckh.c420 malloc_printf( in ckh_delete()
H A Dmalloc_io.c695 malloc_printf(const char *format, ...) { in malloc_printf() function
H A Dprof_log.c649 malloc_printf("<jemalloc>: creat() for log file \"%s\" " in prof_log_stop()
H A Dpages.c213 malloc_printf("<jemalloc>: Error in " in os_pages_unmap()
/src/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.h116 malloc_printf( \
125 malloc_printf("<jemalloc>: Failure in " \
H A Dmalloc_io.h67 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
H A Dtcache_inlines.h185 malloc_printf("<jemalloc>: invalid tcache id (%u).\n", ind); in tcaches_get()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h372 #define malloc_printf JEMALLOC_N(malloc_printf) macro