Function report |
Source Code:mm\slab_common.c |
Create Date:2022-07-28 14:29:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
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 |
1723 | ret = __do_krealloc(p, new_size, flags) |
1724 | If ret && kasan_reset_tag(p) != kasan_reset_tag(ret) Then kfree(p) |
1727 | Return ret |
Name | Describe |
---|---|
kmalloc_oob_krealloc_less | |
test_parman_resize | |
parse_entry | Caller is responsible to free the *pentry. |
push_jmp_history | r any branch, call, exit record the history of jmps in the given state |
ima_collect_measurement | ma_collect_measurement - collect file measurement* Calculate the file hash, if it doesn't already exist,* storing the measurement and i_version in the iint.* Must be called with iint->mutex held.* Return 0 on success, error code otherwise |
expand_corename | The maximal length of core_pattern is also specified in sysctl.c |
kmalloc_oob_krealloc_more |
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 |