Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/malloc/jemalloc/
H A DMakefile.inc11 buf_writer.c
/freebsd/contrib/jemalloc/
H A DMakefile.in104 $(srcroot)src/buf_writer.c \
209 $(srcroot)test/unit/buf_writer.c \
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c4068 buf_writer_t buf_writer; in je_malloc_stats_print() local
4069 buf_writer_init(tsdn, &buf_writer, write_cb, cbopaque, NULL, in je_malloc_stats_print()
4071 stats_print(buf_writer_cb, &buf_writer, opts); in je_malloc_stats_print()
4072 buf_writer_terminate(tsdn, &buf_writer); in je_malloc_stats_print()