Function report |
Source Code:lib\test_objagg.c |
Create Date:2022-07-28 06:35:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:delta_create
Proto:static void *delta_create(void *priv, void *parent_obj, void *obj)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
void * | priv | |
void * | parent_obj | |
void * | obj |
101 | parent_key = parent_obj |
107 | If Not delta_check(priv, parent_obj, obj) Then Return ERR_PTR( - EINVAL) |
110 | delta = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
113 | key_id_diff = diff |
114 | delta_count++ |
115 | Return delta |
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 |