Searched refs:mallinfo (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/include/ |
H A D | malloc.h | 596 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 D | test.h | 21 struct mallinfo start;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tbb/ |
H A D | tbb_2021.11.0.bb | 24 # test build fails, error: 'mallinfo mallinfo()' is deprecated
|
/openbmc/u-boot/test/ |
H A D | cmd_ut.c | 28 uts.start = mallinfo(); in cmd_ut_category()
|
/openbmc/u-boot/test/dm/ |
H A D | test-main.c | 88 uts->start = mallinfo(); in dm_do_test()
|
H A D | core.c | 75 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 D | dlmalloc.src | 64 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 D | dlmalloc.c | 695 static struct mallinfo current_mallinfo = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; 2338 struct mallinfo mALLINFo() in mALLINFo()
|