函数逻辑报告 |
Source Code:mm\mmap.c |
Create Date:2022-07-27 16:17:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Split a vma into two pieces at address 'addr', a new vma is allocated* either for the first part or the tail.
函数原型:int split_vma(struct mm_struct *mm, struct vm_area_struct *vma, unsigned long addr, int new_below)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mm_struct * | mm | |
struct vm_area_struct * | vma | |
unsigned long | addr | |
int | new_below |
2701 | 如果 number of VMAs 大于等于sysctl_max_map_count则返回:负ENOMEM |
名称 | 描述 |
---|---|
mprotect_fixup | |
mbind_range | Step 2: apply policy to a range and do splits. |
userfaultfd_register | |
userfaultfd_unregister |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |