Searched refs:mallinfo (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | malloc.h | 596 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 D | test.h | 22 struct mallinfo start;
|
| /rk3399_rockchip-uboot/test/env/ |
| H A D | cmd_ut_env.c | 29 uts.start = mallinfo(); in do_ut_env()
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | test-main.c | 87 uts->start = mallinfo(); in dm_do_test()
|
| H A D | core.c | 76 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 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 }; 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 D | cmd_ut_overlay.c | 290 uts->start = mallinfo(); in do_ut_overlay()
|