Searched refs:malloc_stats_print (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/src/malloc/linux/ |
H A 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/ |
H A 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/ |
H A D | musl_malloc_dispatch.h | 55 MallocStatsPrintType malloc_stats_print; member
|
/third_party/musl/src/hook/linux/ |
H A D | musl_malloc_dispatch.h | 77 MallocStatsPrintType malloc_stats_print; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | malloc.h | 50 void malloc_stats_print(void (*write_cb) (void *, const char *), void *cbopaque, const char *opts);
|
/third_party/musl/include/ |
H A D | malloc.h | 49 void malloc_stats_print(void (*write_cb) (void *, const char *), void *cbopaque, const char *opts);
|
/third_party/musl/libc-test/src/functional/ |
H A D | test-malloc-stats-print.c | 24 malloc_stats_print(print_to_file, stderr, ""); in stderr_stats_cb()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 4331 pub fn malloc_stats_print( in malloc_stats_print() functions
|
Completed in 18 milliseconds