Function report |
Source Code:include\linux\slab.h |
Create Date:2022-07-28 06:00:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kmalloc_array_node
Proto:static inline void *kmalloc_array_node(size_t n, size_t size, gfp_t flags, int node)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
size_t | n | |
size_t | size | |
gfp_t | flags | |
int | node |
629 | If Value for the false possibility is greater at compile time(check_mul_overflow(n, size, & bytes)) Then Return NULL |
631 | If __builtin_constant_p(n) && __builtin_constant_p(size) Then Return kmalloc_node(bytes, flags, node) |
633 | Return __kmalloc_node(bytes, flags, node) |
Name | Describe |
---|---|
mempool_init_node | |
blk_mq_alloc_hctx | |
kyber_init_hctx |
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 |