函数逻辑报告 |
Source Code:lib\generic-radix-tree.c |
Create Date:2022-07-27 07:22:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Returns size (of data, in bytes) that a tree of a given depth holds:
函数原型:static inline size_t genradix_depth_size(unsigned depth)
返回类型:size_t
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned | depth |
30 | 返回:1UL左移genradix_depth_shift(depth)位 |
名称 | 描述 |
---|---|
__genradix_ptr | Returns pointer to the specified byte @offset within @radix, or NULL if not* allocated |
__genradix_ptr_alloc | Returns pointer to the specified byte @offset within @radix, allocating it if* necessary - newly allocated slots are always zeroed out: |
__genradix_iter_peek |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |