Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dprof_recent.c475 char bt_buf[2 * sizeof(intptr_t) + 3]; in prof_recent_alloc_dump_bt() local
476 char *s = bt_buf; in prof_recent_alloc_dump_bt()
480 malloc_snprintf(bt_buf, sizeof(bt_buf), "%p", bt->vec[i]); in prof_recent_alloc_dump_bt()