函数逻辑报告 |
Source Code:lib\debugobjects.c |
Create Date:2022-07-27 07:52:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Called after the kmem_caches are functional to setup a dedicated* cache pool, which has the SLAB_DEBUG_OBJECTS flag set. This flag* prevents that the debug code is called on kmem_cache_free() for the* debug tracker objects to avoid recursive calls.
函数原型:void __init debug_objects_mem_init(void)
返回类型:void
参数:无
1357 | 如果非debug_objects_enabled则返回 |
1367 | INIT_HLIST_HEAD( & per_cpu(free_objs, cpu)) |
1378 | 否则debug_objects_selftest() |
1385 | extras等于num_possible_cpus()乘ODEBUG_BATCH_SIZE |
1386 | debug_objects_pool_size加等于extras |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |