Function report |
Source Code:mm\mempool.c |
Create Date:2022-07-28 14:04:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kasan_unpoison_element
Proto:static void kasan_unpoison_element(mempool_t *pool, void *element)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
mempool_t * | pool | |
void * | element |
116 | If 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 Then kasan_unpoison_slab(element) |
118 | If alloc == A simple mempool-backed page allocator that allocates pages* of the order specified by pool_data. Then kasan_alloc_pages(element, (unsignedlong)pool_data) |
Name | Describe |
---|---|
remove_element |
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 |