Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dmalloc.h596 struct mallinfo { struct
870 #pragma weak mallinfo = __libc_mallinfo macro
903 # define smp_mALLINFo mallinfo
913 # define mALLINFo mallinfo
942 struct mallinfo mALLINFo(void);
957 struct mallinfo smp_mALLINFo(void);
972 struct mallinfo mALLINFo();
/rk3399_rockchip-uboot/include/test/
H A Dtest.h22 struct mallinfo start;
/rk3399_rockchip-uboot/test/env/
H A Dcmd_ut_env.c29 uts.start = mallinfo(); in do_ut_env()
/rk3399_rockchip-uboot/test/dm/
H A Dtest-main.c87 uts->start = mallinfo(); in dm_do_test()
H A Dcore.c76 uts->start = mallinfo(); in dm_leak_check_start()
83 struct mallinfo end; in dm_leak_check_end()
96 end = mallinfo(); in dm_leak_check_end()
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src64 mallinfo()
177 that declares struct mallinfo. It is not at all necessary to
276 noticeably. Calling malloc_stats or mallinfo with DEBUG set will
562 This version of malloc supports the standard SVID/XPG mallinfo
566 defining struct mallinfo. (If you'd like to install such a thing
571 The main declaration needed is the mallinfo struct that is returned
572 (by-copy) by mallinfo(). The SVID/XPG malloinfo struct contains a
575 mallinfo() with other numbers that might possibly be of interest.
579 mallinfo. If so, it is included; else an SVID2/XPG2 compliant
581 mallinfo() to work.
[all …]
H A Ddlmalloc.c695 static struct mallinfo current_mallinfo = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
2331 struct mallinfo mALLINFo() in mALLINFo()
2497 struct mallinfo smp_mALLINFo() in smp_mALLINFo()
2499 struct mallinfo info; in smp_mALLINFo()
/rk3399_rockchip-uboot/test/overlay/
H A Dcmd_ut_overlay.c290 uts->start = mallinfo(); in do_ut_overlay()