Function report |
Source Code:lib\generic-radix-tree.c |
Create Date:2022-07-28 06:25:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:genradix_depth_shift
Proto:static inline int genradix_depth_shift(unsigned depth)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned | depth |
22 | Return PAGE_SHIFT determines the page size + GENRADIX_ARY_SHIFT * depth |
Name | Describe |
---|---|
genradix_depth_size | Returns size (of data, in bytes) that a tree of a given depth holds: |
__genradix_ptr | Returns pointer to the specified byte @offset within @radix, or NULL if not* allocated |
__genradix_ptr_alloc | Returns pointer to the specified byte @offset within @radix, allocating it if* necessary - newly allocated slots are always zeroed out: |
__genradix_iter_peek |
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 |