Function report |
Source Code:include\linux\fb.h |
Create Date:2022-07-28 08:48:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:alloc_apertures
Proto:static inline struct apertures_struct *alloc_apertures(unsigned int max_num)
Type:struct apertures_struct
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | max_num |
509 | a = 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). |
511 | If Not a Then Return NULL |
514 | Return a |
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 |