函数逻辑报告 |
Source Code:mm\memcontrol.c |
Create Date:2022-07-27 17:44:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:mem_cgroup_margin - calculate chargeable space of a memory cgroup*@memcg: the memory cgroup* Returns the maximum amount of memory @mem can be charged with, in* pages.
函数原型:static unsigned long mem_cgroup_margin(struct mem_cgroup *memcg)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mem_cgroup * | memcg |
1291 | margin等于0 |
1295 | count等于page_counter_read( & Accounted resources ) |
1305 | 否则margin等于0 |
1309 | 返回:margin |
名称 | 描述 |
---|---|
try_charge |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |