Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmalloc.h596 struct mallinfo { struct
870 #pragma weak mallinfo = __libc_mallinfo macro
904 # define mALLINFo mallinfo
933 struct mallinfo mALLINFo(void);
947 struct mallinfo mALLINFo();
/openbmc/u-boot/include/test/
H A Dtest.h21 struct mallinfo start;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tbb/
H A Dtbb_2021.11.0.bb24 # test build fails, error: 'mallinfo mallinfo()' is deprecated
/openbmc/u-boot/test/
H A Dcmd_ut.c28 uts.start = mallinfo(); in cmd_ut_category()
/openbmc/u-boot/test/dm/
H A Dtest-main.c88 uts->start = mallinfo(); in dm_do_test()
H A Dcore.c75 uts->start = mallinfo(); in dm_leak_check_start()
82 struct mallinfo end; in dm_leak_check_end()
95 end = mallinfo(); in dm_leak_check_end()
/openbmc/u-boot/common/
H A Ddlmalloc.src64 mallinfo()
581 mallinfo() to work.
591 /* SVID2/XPG mallinfo structure */
593 struct mallinfo {
867 #pragma weak mallinfo = __libc_mallinfo
890 #define mALLINFo mallinfo
912 struct mallinfo mALLINFo(void);
926 struct mallinfo mALLINFo();
1563 /* internal working copy of mallinfo */
3109 mallinfo returns a copy of updated current mallinfo.
[all …]
H A Ddlmalloc.c695 static struct mallinfo current_mallinfo = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
2338 struct mallinfo mALLINFo() in mALLINFo()