/third_party/musl/porting/linux/user/src/malloc/ |
D | stats.c | 28 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/ |
D | mallinfo01.c | 18 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()
|
D | mallinfo02.c | 20 struct mallinfo info; in test_mallinfo() 26 info = mallinfo(); in test_mallinfo() 35 info = mallinfo(); in test_mallinfo() 39 info = mallinfo(); in test_mallinfo()
|
D | mallinfo_common.h | 16 static inline void print_mallinfo(const char *msg, struct mallinfo *m) in print_mallinfo()
|
/third_party/musl/include/ |
D | malloc.h | 33 struct mallinfo { __MALLINFO_BODY }; struct 35 struct mallinfo mallinfo(void);
|
/third_party/musl/porting/linux/user/include/ |
D | malloc.h | 37 struct mallinfo { __MALLINFO_BODY }; struct 39 struct mallinfo mallinfo(void);
|
/third_party/musl/src/malloc/oldmallocng/ |
D | mallinfo.c | 77 struct mallinfo mallinfo() { in mallinfo() function 78 struct mallinfo mi = {0}; in mallinfo()
|
/third_party/ltp/testcases/kernel/syscalls/mallopt/ |
D | mallopt01.c | 23 struct mallinfo info; 31 info = mallinfo(); in test_mallopt()
|
/third_party/musl/porting/linux/user/src/hook/ |
D | musl_malloc_dispatch.h | 23 typedef struct mallinfo (*MallinfoType)(void); 47 MallinfoType mallinfo; member
|
/third_party/musl/libc-test/src/functional/ |
D | test-mallinfo.c | 26 struct mallinfo info = mallinfo(); in stats_from_mallinfo()
|
D | test_src_functional.gni | 97 "test-mallinfo",
|
/third_party/ltp/testcases/kernel/syscalls/mallinfo2/ |
D | Makefile | 9 CFLAGS += -I$(abs_srcdir)/../mallinfo
|
/third_party/musl/ |
D | dynamic.list | 17 mallinfo;
|
D | libc.map.txt | 1104 mallinfo;
|
/third_party/musl/ndk_musl_include/ |
D | malloc.h | 38 struct mallinfo { struct
|
/third_party/skia/bench/ |
D | SkSLBench.cpp | 508 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/ |
D | Process.inc | 91 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/ |
D | Process.inc | 94 struct mallinfo mi; 95 mi = ::mallinfo(); 109 // the value returned by mallinfo in the arena field.
|
/third_party/libffi/src/ |
D | dlmalloc.c | 633 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/ |
D | mod.rs | 128 pub struct mallinfo { 1300 pub fn mallinfo() -> ::mallinfo; in mallinfo() function
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux-gnu.txt | 612 mallinfo
|
/third_party/ltp/ |
D | configure.ac | 107 mallinfo \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/ |
D | config.h.cmake | 127 /* Define to 1 if you have the `mallinfo' function. */
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 448 pub struct mallinfo { 3088 pub fn mallinfo() -> ::mallinfo; in mallinfo() function
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 96 pub struct mallinfo { 3145 pub fn mallinfo() -> ::mallinfo; in mallinfo() function
|