Function report |
Source Code:ipc\msgutil.c |
Create Date:2022-07-28 16:52:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:alloc_msg
Proto:static struct msg_msg *alloc_msg(size_t len)
Type:struct msg_msg
Parameter:
Type | Parameter | Name |
---|---|---|
size_t | len |
52 | alen = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(len, DATALEN_MSG) |
53 | msg = Allocation memory |
54 | If (msg == NULL) Then Return NULL |
57 | next = NULL |
58 | security = NULL |
65 | cond_resched() |
67 | alen = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(len, DATALEN_SEG) |
68 | seg = Allocation memory |
72 | next = NULL |
77 | Return msg |
79 | out_err : |
81 | Return NULL |
Name | Describe |
---|---|
load_msg |
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 |