Searched refs:malloc_stats_print (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/src/malloc/linux/ |
D | stats.c | 33 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/ |
D | stats.c | 33 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/ |
D | musl_malloc_dispatch.h | 55 MallocStatsPrintType malloc_stats_print; member
|
/third_party/musl/src/hook/linux/ |
D | musl_malloc_dispatch.h | 70 MallocStatsPrintType malloc_stats_print; member
|
/third_party/musl/libc-test/src/functional/ |
D | test-malloc-stats-print.c | 24 malloc_stats_print(print_to_file, stderr, ""); in stderr_stats_cb()
|
/third_party/musl/include/ |
D | malloc.h | 49 void malloc_stats_print(void (*write_cb) (void *, const char *), void *cbopaque, const char *opts);
|
/third_party/musl/porting/linux/user/include/ |
D | malloc.h | 50 void malloc_stats_print(void (*write_cb) (void *, const char *), void *cbopaque, const char *opts);
|
/third_party/nghttp2/ |
D | configure.ac | 703 AC_SEARCH_LIBS([malloc_stats_print], [jemalloc], [have_jemalloc=yes], [], 709 # On Darwin, malloc_stats_print is je_malloc_stats_print
|
/third_party/musl/ |
D | libc.map.txt | 2015 malloc_stats_print;
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 4331 pub fn malloc_stats_print( in malloc_stats_print() function
|