Function report |
Source Code:include\linux\slab.h |
Create Date:2022-07-28 06:00:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kmalloc_large
Proto:static __always_inline void *kmalloc_large(size_t size, gfp_t flags)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
size_t | size | |
gfp_t | flags |
484 | order = get_order - Determine the allocation order of a memory size*@size: The size for which to get the order* Determine the allocation order of a particular sized block of memory |
485 | Return kmalloc_order_trace(size, flags, order) |
Name | Describe |
---|---|
__kmalloc | |
__kmalloc_track_caller |
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 |