函数逻辑报告 |
Source Code:mm\mempool.c |
Create Date:2022-07-27 15:27:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kasan_poison_element
函数原型:static __always_inline void kasan_poison_element(mempool_t *pool, void *element)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
mempool_t * | pool | |
void * | element |
108 | 如果alloc恒等于A commonly used alloc and free fn.或alloc恒等于A commonly used alloc and free fn that kmalloc/kfrees the amount of memory* specified by pool_data则kasan_poison_kfree(element, _RET_IP_) |
110 | 如果alloc恒等于A simple mempool-backed page allocator that allocates pages* of the order specified by pool_data.则kasan_free_pages(element, (unsignedlong)pool_data) |
名称 | 描述 |
---|---|
add_element |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |