Function report |
Source Code:mm\z3fold.c |
Create Date:2022-07-28 16:28:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Converts an allocation size in bytes to size in z3fold chunks
Proto:static int size_to_chunks(size_t size)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
size_t | size |
204 | Return size + CHUNK_SIZE - 1 >> CHUNK_SHIFT |
Name | Describe |
---|---|
compact_single_buddy | |
__z3fold_alloc | rns _locked_ z3fold page header or NULL |
z3fold_alloc | z3fold_alloc() - allocates a region of a given size*@pool: z3fold pool from which to allocate*@size: size in bytes of the desired allocation*@gfp: gfp flags used if the pool needs to grow*@handle: handle of the new allocation* This function will attempt |
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 |