Function report |
Source Code:lib\parman.c |
Create Date:2022-07-28 07:23:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:parman_create - creates a new parman instance*@ops: caller-specific callbacks*@priv: pointer to a private data passed to the ops* Note: all locking must be provided by the caller.* Each parman instance manages an array area with chunks of entries
Proto:struct parman *parman_create(const struct parman_ops *ops, void *priv)
Type:struct parman
Parameter:
Type | Parameter | Name |
---|---|---|
const struct parman_ops * | ops | |
void * | priv |
272 | 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). |
273 | If Not parman Then Return NULL |
278 | limit_count = base_count |
279 | algo = parman_algos[algo] |
280 | Return parman |
Name | Describe |
---|---|
test_parman_create |
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 |