函数逻辑报告 |
Source Code:mm\page_alloc.c |
Create Date:2022-07-27 16:36:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:make_alloc_exact
函数原型:static void *make_alloc_exact(unsigned long addr, unsigned int order, size_t size)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | addr | |
unsigned int | order | |
size_t | size |
4923 | 如果addr则 |
4933 | 返回:addr |
名称 | 描述 |
---|---|
alloc_pages_exact | alloc_pages_exact - allocate an exact number physically-contiguous pages.*@size: the number of bytes to allocate*@gfp_mask: GFP flags for the allocation, must not contain __GFP_COMP* This function is similar to alloc_pages(), except that it allocates the |
alloc_pages_exact_nid | alloc_pages_exact_nid - allocate an exact number of physically-contiguous* pages on a node |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |