Home
last modified time | relevance | path

Searched refs:mallinfo2 (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/src/malloc/mallocng/
Dmallinfo.c24 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() function
60 struct mallinfo2 mi = {0}; in mallinfo2()
79 struct mallinfo2 mi2 = mallinfo2(); in mallinfo()
/third_party/musl/include/
Dmalloc.h37 struct mallinfo2 { __MALLINFO_BODY }; struct
39 struct mallinfo2 mallinfo2(void);
/third_party/musl/porting/linux/user/src/malloc/
Dstats.c261 struct mallinfo2 mallinfo2(void) in mallinfo2() function
265 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()
/third_party/musl/porting/linux/user/include/
Dmalloc.h41 struct mallinfo2 { __MALLINFO_BODY }; struct
43 struct mallinfo2 mallinfo2(void);
/third_party/ltp/testcases/kernel/syscalls/mallinfo2/
Dmallinfo2_01.c25 struct mallinfo2 info; in test_mallinfo2()
34 info = mallinfo2(); in test_mallinfo2()
/third_party/musl/porting/linux/user/src/hook/
Dmusl_malloc_dispatch.h23 typedef struct mallinfo2 (*Mallinfo2Type)(void);
46 Mallinfo2Type mallinfo2; member
Dmusl_malloc.h26 struct mallinfo2 __libc_mallinfo2(void);
/third_party/musl/libc-test/src/functional/
Dtest-mallinfo.c21 struct mallinfo2 info = mallinfo2(); in stats_from_mallinfo()
/third_party/musl/
Ddynamic.list18 mallinfo2;
Dlibc.map.txt1090 mallinfo2;
/third_party/musl/ndk_musl_include/
Dmalloc.h34 struct mallinfo2 { struct
/third_party/ltp/testcases/kernel/syscalls/mallinfo/
Dmallinfo_common.h35 static inline void print_mallinfo2(const char *msg, struct mallinfo2 *m) in print_mallinfo2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProcess.inc87 struct mallinfo2 mi;
88 mi = ::mallinfo2();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProcess.inc90 struct mallinfo2 mi;
91 mi = ::mallinfo2();
/third_party/ltp/
Dconfigure.ac108 mallinfo2 \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
Dconfig.h.cmake130 /* Define to 1 if you have the `mallinfo2' function. */
/third_party/skia/third_party/externals/swiftshader/
DCMakeLists.txt111 check_symbol_exists(mallinfo2 malloc.h HAVE_MALLINFO2)