Function report |
Source Code:mm\nommu.c |
Create Date:2022-07-28 14:36:23 |
Last Modify:2020-03-17 21:26:27 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Return the total memory allocated for this pointer, not* just what the caller asked for.* Doesn't have to be accurate, i.e. may have races.
Proto:unsigned int kobjsize(const void *objp)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | objp |
81 | If Not objp || Not virt_addr_valid(objp) Then Return 0 |
84 | page = virt_to_head_page(objp) |
99 | If Not PageCompound(page) Then |
103 | If vma Then Return The first byte after our end addresswithin vm_mm. - Our start address within vm_mm. |
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 |