Searched refs:used (Results 1 – 8 of 8) sorted by relevance
/DragonOS-0.1.2/user/libs/libc/src/sys/ |
D | stat.h | 11 uint64_t used; // 已使用的内存大小 member
|
/DragonOS-0.1.2/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.2/docs/kernel/core_api/ |
D | mm-api.md | 262 | used | 已使用的内存大小 |
|
/DragonOS-0.1.2/user/apps/shell/ |
D | cmd.c | 572 …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() 577 …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.2/kernel/ |
D | cbindgen.toml | 36 # Whether to include a comment with the version of cbindgen used to generate the file 173 # found but otherwise don't appear to be used by the public API. 228 # given name. This can be used to add things like methods which don't change ABI, 237 # given name. This can be used to add things like methods which don't change ABI. 303 # An optional string that will be used in the attribute position for functions 310 # An optional string that, if present, will be used to generate Swift function 599 # `expand = ["euclid"]` shorthand is used. 610 # A list of feature names that should be used when running `cargo expand`. This
|
/DragonOS-0.1.2/ |
D | README_EN.md | 66 ### Where will the sponsorship funds be used? 68 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
|