Function report |
Source Code:lib\test_parman.c |
Create Date:2022-07-28 06:34:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:test_parman_create
Proto:static struct test_parman *test_parman_create(const struct parman_ops *ops)
Type:struct test_parman
Parameter:
Type | Parameter | Name |
---|---|---|
const struct parman_ops * | ops |
222 | test_parman = 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). |
223 | If Not test_parman Then Return ERR_PTR( - ENOMEM) |
226 | If err Then Go to err_resize |
229 | If Not parman Then |
231 | Go to err_parman_create |
237 | Return test_parman |
239 | err_parman_create : |
240 | test_parman_resize(test_parman, 0) |
241 | err_resize : |
242 | kfree(test_parman) |
Name | Describe |
---|---|
test_parman_lsort |
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 |