函数逻辑报告 |
Source Code:fs\mbcache.c |
Create Date:2022-07-29 11:04:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:mb_cache_create - create cache*@bucket_bits: log2 of the hash table size* Create cache for keys with 2^bucket_bits hash entries.
函数原型:struct mb_cache *mb_cache_create(int bucket_bits)
返回类型:struct mb_cache
参数:
类型 | 参数 | 名称 |
---|---|---|
int | bucket_bits |
347 | bucket_count等于1UL左移bucket_bits位 |
355 | 初始化链表头 |
357 | Hash table of entries 等于分配数组内存 |
360 | 如果非Hash table of entries 则 |
364 | 以i小于bucket_count循环INIT_HLIST_BL_HEAD( & Hash table of entries [i]) |
370 | 如果register_shrinker( & c_shrink)则 |
378 | 返回:cache |
380 | err_out : |
381 | 返回:NULL |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |