Function report |
Source Code:mm\page_alloc.c |
Create Date:2022-07-28 15:06:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:make_alloc_exact
Proto:static void *make_alloc_exact(unsigned long addr, unsigned int order, size_t size)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | addr | |
unsigned int | order | |
size_t | size |
4923 | If addr Then |
4933 | Return addr |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |