Function report |
Source Code:lib\debugobjects.c |
Create Date:2022-07-28 06:55:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Put the object back into the pool and schedule work to free objects* if necessary.
Proto:static void free_object(struct debug_obj *obj)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct debug_obj * | obj |
429 | __free_object(obj) |
430 | If Not READ_ONCE(obj_freeing) && READ_ONCE(The number of objs on the global free list ) Then |
431 | WRITE_ONCE(obj_freeing, true) |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |