Home
last modified time | relevance | path

Searched refs:mallinfo (Results 1 – 25 of 36) sorted by relevance

12

/third_party/musl/porting/linux/user/src/malloc/
Dstats.c28 extern struct mallinfo je_mallinfo();
43 struct mallinfo info = je_mallinfo(); in mallinfo2()
56 struct mallinfo mallinfo(void) in mallinfo() function
59 return (struct mallinfo) { in mallinfo()
/third_party/ltp/testcases/kernel/syscalls/mallinfo/
Dmallinfo01.c18 static struct mallinfo info1;
37 struct mallinfo info2; in test_mallinfo()
43 info2 = mallinfo(); in test_mallinfo()
53 info2 = mallinfo(); in test_mallinfo()
68 info1 = mallinfo(); in setup()
Dmallinfo02.c20 struct mallinfo info; in test_mallinfo()
26 info = mallinfo(); in test_mallinfo()
35 info = mallinfo(); in test_mallinfo()
39 info = mallinfo(); in test_mallinfo()
Dmallinfo_common.h16 static inline void print_mallinfo(const char *msg, struct mallinfo *m) in print_mallinfo()
/third_party/musl/include/
Dmalloc.h33 struct mallinfo { __MALLINFO_BODY }; struct
35 struct mallinfo mallinfo(void);
/third_party/musl/porting/linux/user/include/
Dmalloc.h37 struct mallinfo { __MALLINFO_BODY }; struct
39 struct mallinfo mallinfo(void);
/third_party/musl/src/malloc/oldmallocng/
Dmallinfo.c77 struct mallinfo mallinfo() { in mallinfo() function
78 struct mallinfo mi = {0}; in mallinfo()
/third_party/ltp/testcases/kernel/syscalls/mallopt/
Dmallopt01.c23 struct mallinfo info;
31 info = mallinfo(); in test_mallopt()
/third_party/musl/porting/linux/user/src/hook/
Dmusl_malloc_dispatch.h23 typedef struct mallinfo (*MallinfoType)(void);
47 MallinfoType mallinfo; member
/third_party/musl/libc-test/src/functional/
Dtest-mallinfo.c26 struct mallinfo info = mallinfo(); in stats_from_mallinfo()
Dtest_src_functional.gni97 "test-mallinfo",
/third_party/ltp/testcases/kernel/syscalls/mallinfo2/
DMakefile9 CFLAGS += -I$(abs_srcdir)/../mallinfo
/third_party/musl/
Ddynamic.list17 mallinfo;
Dlibc.map.txt1104 mallinfo;
/third_party/musl/ndk_musl_include/
Dmalloc.h38 struct mallinfo { struct
/third_party/skia/bench/
DSkSLBench.cpp508 auto heap_bytes_used = []() { return mallinfo().uordblks; }; in RunSkSLMemoryBenchmarks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProcess.inc91 struct mallinfo mi;
92 mi = ::mallinfo();
106 // the value returned by mallinfo in the arena field.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProcess.inc94 struct mallinfo mi;
95 mi = ::mallinfo();
109 // the value returned by mallinfo in the arena field.
/third_party/libffi/src/
Ddlmalloc.c633 struct mallinfo { struct
665 #define dlmallinfo mallinfo argument
822 struct mallinfo dlmallinfo(void);
1121 struct mallinfo mspace_mallinfo(mspace msp);
2888 static struct mallinfo internal_mallinfo(mstate m) { in internal_mallinfo()
2889 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in internal_mallinfo()
4445 struct mallinfo dlmallinfo(void) { in dlmallinfo()
4880 struct mallinfo mspace_mallinfo(mspace msp) { in mspace_mallinfo()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs128 pub struct mallinfo {
1300 pub fn mallinfo() -> ::mallinfo; in mallinfo() function
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-gnu.txt612 mallinfo
/third_party/ltp/
Dconfigure.ac107 mallinfo \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
Dconfig.h.cmake127 /* Define to 1 if you have the `mallinfo' function. */
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs448 pub struct mallinfo {
3088 pub fn mallinfo() -> ::mallinfo; in mallinfo() function
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs96 pub struct mallinfo {
3145 pub fn mallinfo() -> ::mallinfo; in mallinfo() function

12