Function report |
Source Code:mm\slab.c |
Create Date:2022-07-28 15:45:46 |
Last Modify:2022-05-23 17:02:55 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kmem_cache_alloc - Allocate an object*@cachep: The cache to allocate from
Proto:void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct kmem_cache * | cachep | |
gfp_t | flags |
3532 | ret = slab_alloc(cachep, flags, _RET_IP_) |
3534 | trace_kmem_cache_alloc(_RET_IP_, ret, The size of an object without metadata , The size of an object including metadata , flags) |
3537 | Return ret |
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 |