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.13.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 | 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()
|
H A D | test-main.c | 88 uts->start = mallinfo(); in dm_do_test()
|
/openbmc/u-boot/common/ |
H A D | dlmalloc.src | 64 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 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()
|