Searched refs:JEMALLOC_LOG_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
14 #define JEMALLOC_LOG_BUFSIZE 4096 macro90 char buf[JEMALLOC_LOG_BUFSIZE]; in log_impl_varargs()96 dst_offset += malloc_snprintf(buf, JEMALLOC_LOG_BUFSIZE, "%s: ", name); in log_impl_varargs()98 JEMALLOC_LOG_BUFSIZE - dst_offset, format, ap); in log_impl_varargs()100 JEMALLOC_LOG_BUFSIZE - dst_offset, "\n"); in log_impl_varargs()