Function report |
Source Code:lib\bitmap.c |
Create Date:2022-07-28 06:20:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:map_allocate_region - allocate bitmap region*@bitmap: array of unsigned longs corresponding to the bitmap*@pos: beginning of bit region to allocate*@order: region size (log base 2 of number of bits) to allocate
Proto:int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long * | bitmap | |
unsigned int | pos | |
int | order |
1156 | Return __reg_op(bitmap, pos, order, REG_OP_ALLOC) |
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 |