Function report |
Source Code:lib\genalloc.c |
Create Date:2022-07-28 06:56:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:gen_pool_for_each_chunk - call func for every chunk of generic memory pool*@pool: the generic memory pool*@func: func to call*@data: additional data used by @func* Call @func for every chunk of generic memory pool. The @func is
Proto:void gen_pool_for_each_chunk(struct gen_pool *pool, void (*func)(struct gen_pool *pool, struct gen_pool_chunk *chunk, void *data), void *data)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct gen_pool * | pool | |
void (* | func | |
void * | data |
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 |