Searched refs:mallinfo (Results 1 – 6 of 6) sorted by relevance
64 struct mallinfo info_before, info_after; in do_test()80 info_before = mallinfo (); in do_test()94 info_after = mallinfo (); in do_test()
30 struct mallinfo m; in do_test()44 m = mallinfo (); in do_test()
82 struct mallinfo struct114 extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
482 struct mallinfo483 mallinfo (void) in mallinfo() function488 struct mallinfo (*LIBC_SYMBOL (mallinfo)) (void) = LOAD_SYM (mallinfo); in mallinfo()489 if (LIBC_SYMBOL (mallinfo) == NULL) in mallinfo()491 struct mallinfo ret = {0}; in mallinfo()495 return LIBC_SYMBOL (mallinfo) (); in mallinfo()647 compat_symbol (libc_malloc_debug, mallinfo, mallinfo, GLIBC_2_0);
28 mallinfo; malloc; malloc_stats;123 mallinfo;
714 struct mallinfo __libc_mallinfo(void);5238 struct mallinfo in libc_hidden_def()5241 struct mallinfo m; in libc_hidden_def()5917 weak_alias (__libc_mallinfo, mallinfo)
Completed in 19 milliseconds