| Function report | 
| Source Code: lib\objagg.c | Create Date:2022-07-28 07:23:38 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:objagg_obj_create
Proto:static struct objagg_obj *objagg_obj_create(struct objagg *objagg, void *obj)
Type:struct objagg_obj
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct objagg * | objagg | |
| void * | obj | 
| 369 | objagg_obj = 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). | 
| 371 | If Not objagg_obj Then Return ERR_PTR( - ENOMEM) | 
| 374 | No 3D Now!(obj, obj, obj_size) | 
| 376 | err = objagg_obj_init(objagg, objagg_obj) | 
| 377 | If err Then Go to err_obj_init | 
| 382 | If err Then Go to err_ht_insert | 
| 385 | obj_count++ | 
| 388 | Return objagg_obj | 
| 390 | err_ht_insert : | 
| 391 | objagg_obj_fini(objagg, objagg_obj) | 
| 392 | err_obj_init : | 
| 393 | kfree(objagg_obj) | 
| Name | Describe | 
|---|---|
| __objagg_obj_get | 
| 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 |