Function report |
Source Code:mm\slab_common.c |
Create Date:2022-07-28 14:29:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__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
Proto:void *__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 |
1696 | Return __do_krealloc(p, new_size, flags) |
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 |