函数逻辑报告 |
Source Code:mm\slab_common.c |
Create Date:2022-07-27 15:54:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__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
函数原型:void *__krealloc(const void *p, size_t new_size, gfp_t flags)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const void * | p | |
size_t | new_size | |
gfp_t | flags |
1696 | 返回:__do_krealloc(p, new_size, flags) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |