Function report |
Source Code:mm\zsmalloc.c |
Create Date:2022-07-28 16:28:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:isolate_zspage
Proto:static struct zspage *isolate_zspage(struct size_class *class, bool source)
Type:struct zspage
Parameter:
Type | Parameter | Name |
---|---|---|
struct size_class * | class | |
bool | source |
1749 | enum fullness_group fg[2] = {ZS_ALMOST_EMPTY, ZS_ALMOST_FULL} |
1751 | If Not source Then |
1752 | fg[0] = ZS_ALMOST_FULL |
1753 | fg[1] = ZS_ALMOST_EMPTY |
1759 | If zspage Then |
1760 | VM_BUG_ON(is_zspage_isolated(zspage)) |
1762 | Return zspage |
1766 | Return zspage |
Name | Describe |
---|---|
__zs_compact |
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 |