Function report |
Source Code:lib\xarray.c |
Create Date:2022-07-28 06:13:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xa_destroy() - Free all internal data structures.*@xa: XArray.* After calling this function, the XArray is empty and has freed all memory* allocated for its internal data structures. You are responsible for* freeing the objects referenced by the XArray.
Proto:void xa_destroy(struct xarray *xa)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | xa |
1989 | xa_node = NULL |
1990 | xas_lock_irqsave( & xas, flags) |
1994 | If xa_zero_busy(xa) Then xa_mark_clear(xa, XA_FREE_MARK) |
1999 | xas_unlock_irqrestore( & xas, flags) |
Name | Describe |
---|---|
check_xa_mark_2 | |
check_reserve | |
check_multi_store_3 | |
check_xa_alloc_1 | |
check_xa_alloc_2 | |
check_find_2 | |
check_find_3 | |
check_find_entry | |
check_move | |
check_align_1 | |
check_destroy |
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 |