Function report |
Source Code:mm\slab_common.c |
Create Date:2022-07-28 14:29:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__do_krealloc
Proto:static __always_inline void *__do_krealloc(const void *p, size_t new_size, gfp_t flags)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | p | |
size_t | new_size | |
gfp_t | flags |
1662 | ks = 0 |
1672 | ret = kmalloc_track_caller(new_size, flags) |
1676 | Return ret |
Name | Describe |
---|---|
__krealloc | __krealloc - like krealloc() but don't free @p.*@p: object to reallocate memory for.*@new_size: how many bytes of memory are required.*@flags: the type of memory to allocate.* This function is like krealloc() except it never frees the originally |
krealloc | krealloc - reallocate memory. The contents will remain unchanged.*@p: object to reallocate memory for.*@new_size: how many bytes of memory are required.*@flags: the type of memory to allocate.* The contents of the object pointed to are preserved up to the |
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 |