函数逻辑报告 |
Source Code:lib\genalloc.c |
Create Date:2022-07-27 07:54:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:gen_pool_has_addr - checks if an address falls within the range of a pool*@pool: the generic memory pool*@start: start address*@size: size of the region* Check if the range of addresses falls within the specified pool. Returns
函数原型:bool gen_pool_has_addr(struct gen_pool *pool, unsigned long start, size_t size)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct gen_pool * | pool | |
unsigned long | start | |
size_t | size |
554 | bool found = false |
561 | 如果end小于等于d address of memory chunk (inclusive) 则 |
568 | 返回:found |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |