Home
last modified time | relevance | path

Searched defs:malloc_stats_print (Results 1 – 5 of 5) 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/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4331 pub fn malloc_stats_print( in malloc_stats_print() function