Function report |
Source Code:lib\test_ida.c |
Create Date:2022-07-28 06:29:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Straightforward checks that allocating and freeing IDs work.
Proto:static void ida_check_alloc(struct ida *ida)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct ida * | ida |
42 | IDA_BUG_ON(ida, id < 0) |
43 | If i == 2 Then IDA_BUG_ON(ida, id != 10000) |
47 | When i < 5000 cycle da_free() - Release an allocated ID.*@ida: IDA handle.*@id: Previously allocated ID.* Context: Any context. |
50 | IDA_BUG_ON(ida, da_alloc_min() - Allocate an unused ID != 10001) |
53 | IDA_BUG_ON(ida, !ida_is_empty(ida)) |
Name | Describe |
---|---|
ida_checks |
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 |