Function report |
Source Code:security\apparmor\policy_unpack.c |
Create Date:2022-07-28 19:52:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:aa_loaddata_alloc
Proto:struct aa_loaddata *aa_loaddata_alloc(size_t size)
Type:struct aa_loaddata
Parameter:
Type | Parameter | Name |
---|---|---|
size_t | size |
186 | d = 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). |
197 | Return d |
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 |