Home
last modified time | relevance | path

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

/third_party/musl/src/malloc/linux/
Dstats.c33 void malloc_stats_print(void (*write_cb) (void *, const char *), void *cbopaque, const char *opts) in malloc_stats_print() function
/third_party/musl/porting/linux/user/src/malloc/
Dstats.c33 void malloc_stats_print(void (*write_cb) (void *, const char *), void *cbopaque, const char *opts) in malloc_stats_print() function
/third_party/musl/porting/linux/user/src/hook/
Dmusl_malloc_dispatch.h55 MallocStatsPrintType malloc_stats_print; member
/third_party/musl/src/hook/linux/
Dmusl_malloc_dispatch.h70 MallocStatsPrintType malloc_stats_print; member
/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-print.c24 malloc_stats_print(print_to_file, stderr, ""); in stderr_stats_cb()
/third_party/musl/include/
Dmalloc.h49 void malloc_stats_print(void (*write_cb) (void *, const char *), void *cbopaque, const char *opts);
/third_party/musl/porting/linux/user/include/
Dmalloc.h50 void malloc_stats_print(void (*write_cb) (void *, const char *), void *cbopaque, const char *opts);
/third_party/nghttp2/
Dconfigure.ac703 AC_SEARCH_LIBS([malloc_stats_print], [jemalloc], [have_jemalloc=yes], [],
709 # On Darwin, malloc_stats_print is je_malloc_stats_print
/third_party/musl/
Dlibc.map.txt2015 malloc_stats_print;
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4331 pub fn malloc_stats_print( in malloc_stats_print() function