Searched refs:mallinfo2 (Results 1 – 17 of 17) sorted by relevance
24 static void accumulate_meta(struct mallinfo2 *mi, struct meta *g) {49 static void accumulate_meta_area(struct mallinfo2 *mi, struct meta_area *ma) {58 struct mallinfo2 mallinfo2() { in mallinfo2() function60 struct mallinfo2 mi = {0}; in mallinfo2()79 struct mallinfo2 mi2 = mallinfo2(); in mallinfo()
37 struct mallinfo2 { __MALLINFO_BODY }; struct39 struct mallinfo2 mallinfo2(void);
261 struct mallinfo2 mallinfo2(void) in mallinfo2() function265 struct mallinfo2 res = { in mallinfo2()281 struct mallinfo2 res = { in mallinfo2()290 return (struct mallinfo2){}; in mallinfo2()295 struct mallinfo2 mallinfo2_res = mallinfo2(); in mallinfo()
41 struct mallinfo2 { __MALLINFO_BODY }; struct43 struct mallinfo2 mallinfo2(void);
25 struct mallinfo2 info; in test_mallinfo2()34 info = mallinfo2(); in test_mallinfo2()
23 typedef struct mallinfo2 (*Mallinfo2Type)(void);46 Mallinfo2Type mallinfo2; member
26 struct mallinfo2 __libc_mallinfo2(void);
21 struct mallinfo2 info = mallinfo2(); in stats_from_mallinfo()
18 mallinfo2;
1090 mallinfo2;
34 struct mallinfo2 { struct
35 static inline void print_mallinfo2(const char *msg, struct mallinfo2 *m) in print_mallinfo2()
87 struct mallinfo2 mi;88 mi = ::mallinfo2();
90 struct mallinfo2 mi;91 mi = ::mallinfo2();
108 mallinfo2 \
130 /* Define to 1 if you have the `mallinfo2' function. */
111 check_symbol_exists(mallinfo2 malloc.h HAVE_MALLINFO2)