Function report |
Source Code:include\linux\debugobjects.h |
Create Date:2022-07-28 05:35:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:debug_check_no_obj_freed
Proto:static inline void debug_check_no_obj_freed(const void *address, unsigned long size)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | address | |
unsigned long | size |
NULL
Name | Describe |
---|---|
__vunmap | |
free_pages_prepare | |
kmem_cache_free | kmem_cache_free - Deallocate an object*@cachep: The cache the allocation was from.*@objp: The previously allocated object.* Free an object which was previously allocated from this* cache. |
kmem_cache_free_bulk | |
kfree | kfree - free previously allocated memory*@objp: pointer returned by kmalloc.* If @objp is NULL, no operation is performed.* Don't free memory not originally allocated by kmalloc()* or you will run into trouble. |
slab_free_hook |
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 |