Function report |
Source Code:lib\lru_cache.c |
Create Date:2022-07-28 07:16:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lc_free_by_index
Proto:static void lc_free_by_index(struct lru_cache *lc, unsigned i)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct lru_cache * | lc | |
unsigned | i |
162 | p = lc_element[i] |
164 | If p Then |
Name | Describe |
---|---|
lc_destroy | lc_destroy - frees memory allocated by lc_create()*@lc: the lru cache to destroy |
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 |