Searched refs:used (Results 1 – 7 of 7) sorted by relevance
/DragonOS-0.1.5/user/libs/libc/src/include/export/sys/ |
D | stat.h | 11 uint64_t used; // 已使用的内存大小 member
|
/DragonOS-0.1.5/kernel/src/mm/ |
D | mm-stat.c | 168 tmp.used = __count_in_using_2m_pages(ZONE_NORMAL) * PAGE_2M_SIZE; in mm_stat() 170 tmp.total = tmp.used + tmp.free; in mm_stat()
|
D | mm.h | 167 uint64_t used; // 已使用的内存大小 member
|
/DragonOS-0.1.5/docs/kernel/core_api/ |
D | mm-api.md | 262 | used | 已使用的内存大小 |
|
/DragonOS-0.1.5/user/apps/shell/ |
D | cmd.c | 573 …printf("%ld\t%ld\t%ld\t%ld\t%ld\t%ld\t\n", mst.total >> 10, mst.used >> 10, mst.free >> 10, mst.sh… in shell_cmd_free() 578 …printf("%ld\t%ld\t%ld\t%ld\t%ld\t%ld\t\n", mst.total >> 20, mst.used >> 20, mst.free >> 20, mst.sh… in shell_cmd_free()
|
/DragonOS-0.1.5/ |
D | README_EN.md | 63 ### Where will the sponsorship funds be used? 65 We guarantee that all sponsorship funds and items will be used for:
|
D | LICENSE | 140 1 and 2 above on a medium customarily used for software interchange; or, 147 customarily used for software interchange; or, 158 associated interface definition files, plus the scripts used to
|