Function report |
Source Code:include\asm-generic\sections.h |
Create Date:2022-07-28 05:49:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:memory_contains - checks if an object is contained within a memory region*@begin: virtual address of the beginning of the memory region*@end: virtual address of the end of the memory region*@virt: virtual address of the memory object*@size: size of the
Proto:static inline bool memory_contains(void *begin, void *end, void *virt, size_t size)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
void * | begin | |
void * | end | |
void * | virt | |
size_t | size |
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 |