函数逻辑报告 |
Source Code:include\linux\mm.h |
Create Date:2022-07-27 06:44:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:vm_start_gap
函数原型:static inline unsigned long vm_start_gap(struct vm_area_struct *vma)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
struct vm_area_struct * | vma |
2460 | 如果Flags, see mm.h. 按位与general info on the segment 则 |
2461 | vm_start减等于stack_guard_gap |
2462 | 如果vm_start大于Our start address within vm_mm. 则vm_start等于0 |
2465 | 返回:vm_start |
名称 | 描述 |
---|---|
arch_get_unmapped_area | |
arch_get_unmapped_area_topdown | |
SYSCALL_DEFINE1 | |
vma_compute_gap | |
unmapped_area | |
unmapped_area_topdown | |
arch_get_unmapped_area | Get an address range which is currently unmapped.* For shmat() with addr=0.* Ugly calling convention alert:* Return value with the low bits set means error value,* ie* if (ret & ~PAGE_MASK)* error = ret; |
arch_get_unmapped_area_topdown | This mmap-allocator allocates new areas top-down from below the* stack's low limit (the base): |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |