函数逻辑报告 |
Source Code:lib\xarray.c |
Create Date:2022-07-27 07:10:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:xas_shrink
函数原型:static void xas_shrink(struct xa_state *xas)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct xa_state * | xas |
438 | 循环 |
442 | 如果Total entry count 不等于1则退出 |
447 | 如果非Private 且Bits remaining in each slot 则退出 |
451 | xa_node等于XAS_BOUNDS |
454 | 如果xa_track_free(xa)且非node_get_mark(node, 0, XA_FREE_MARK)则xa_mark_clear(xa, XA_FREE_MARK) |
457 | Total entry count 等于0 |
458 | Value entry count 等于0 |
461 | xas_update(xas, node) |
462 | xa_node_free(node) |
466 | NULL at top of tree = NULL |
名称 | 描述 |
---|---|
xas_delete_node | xas_delete_node() - Attempt to delete an xa_node*@xas: Array operation state.* Attempts to delete the @xas->xa_node. This will fail if xa->node has* a non-zero reference count. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |