Home
last modified time | relevance | path

Searched refs:mallinfo2 (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/src/malloc/linux/
H A Dstats.c40 struct mallinfo2 mallinfo2(void) in mallinfo2() function
44 struct mallinfo2 res = { in mallinfo2()
53 return (struct mallinfo2){}; in mallinfo2()
58 struct mallinfo2 mallinfo2_res = mallinfo2(); in mallinfo()
/third_party/musl/porting/linux/user/src/malloc/
H A Dstats.c40 struct mallinfo2 mallinfo2(void) in mallinfo2() function
44 struct mallinfo2 res = { in mallinfo2()
53 return (struct mallinfo2){}; in mallinfo2()
58 struct mallinfo2 mallinfo2_res = mallinfo2(); in mallinfo()
/third_party/musl/src/malloc/oldmallocng/
H A Dmallinfo.c24 static void accumulate_meta(struct mallinfo2 *mi, struct meta *g) { in accumulate_meta()
49 static void accumulate_meta_area(struct mallinfo2 *mi, struct meta_area *ma) { in accumulate_meta_area()
58 struct mallinfo2 mallinfo2() { in mallinfo2() function
60 struct mallinfo2 mi = {0}; in mallinfo2()
79 struct mallinfo2 mi2 = mallinfo2(); in mallinfo()
/third_party/musl/porting/linux/user/include/
H A Dmalloc.h41 struct mallinfo2 { __MALLINFO_BODY }; struct
43 struct mallinfo2 mallinfo2(void);
/third_party/musl/include/
H A Dmalloc.h40 struct mallinfo2 { __MALLINFO_BODY }; struct
42 struct mallinfo2 mallinfo2(void);
/third_party/ltp/testcases/kernel/syscalls/mallinfo2/
H A Dmallinfo2_01.c10 * Basic mallinfo2() test.
12 * Test hblkhd member of struct mallinfo2 whether overflow when setting 2G size.
15 * mallinfo2().
25 struct mallinfo2 info; in test_mallinfo2()
34 info = mallinfo2(); in test_mallinfo2()
37 tst_res(TFAIL, "hblkhd member of struct mallinfo2 overflow?"); in test_mallinfo2()
39 tst_res(TPASS, "hblkhd member of struct mallinfo2 doesn't overflow"); in test_mallinfo2()
50 TST_TEST_TCONF("system doesn't implement non-POSIX mallinfo2()");
/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_malloc_dispatch.h24 typedef struct mallinfo2 (*Mallinfo2Type)(void);
50 Mallinfo2Type mallinfo2; member
H A Dmusl_malloc.h41 struct mallinfo2 __libc_mallinfo2(void);
/third_party/musl/src/hook/linux/
H A Dmusl_malloc_dispatch.h46 typedef struct mallinfo2 (*Mallinfo2Type)(void);
72 Mallinfo2Type mallinfo2; member
H A Dmusl_malloc.h56 struct mallinfo2 __libc_mallinfo2(void);
/third_party/musl/libc-test/src/functional/
H A Dtest-mallinfo.c21 struct mallinfo2 info = mallinfo2(); in stats_from_mallinfo()
133 result &= test_and_report(test_main_thread, 1, "Testing mallinfo2 main thread"); in main()
135 result &= test_and_report(test_different_threads, 1, "Testing mallinfo2 different threads"); in main()
/third_party/ltp/testcases/kernel/syscalls/mallinfo/
H A Dmallinfo_common.h35 static inline void print_mallinfo2(const char *msg, struct mallinfo2 *m) in print_mallinfo2()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs141 pub struct mallinfo2 { structure names
1301 pub fn mallinfo2() -> ::mallinfo2; in mallinfo2() functions

Completed in 7 milliseconds