函数逻辑报告 |
Source Code:lib\debugobjects.c |
Create Date:2022-07-27 07:52:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Put the object back into the pool and schedule work to free objects* if necessary.
函数原型:static void free_object(struct debug_obj *obj)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct debug_obj * | obj |
429 | __free_object(obj) |
431 | WRITE_ONCE(obj_freeing, true) |
432 | 在延迟工作队列中放置任务 |
名称 | 描述 |
---|---|
debug_objects_oom | We run out of memory. That means we probably have tons of objects* allocated. |
debug_object_free | debug_object_free - debug checks when an object is freed*@addr: address of the object*@descr: pointer to an object specific debug description structure |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |