Function report |
Source Code:include\linux\mm.h |
Create Date:2022-07-28 05:43:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Default method to free all the __init memory into the buddy system.* The freed pages will be poisoned with pattern "poison" if it's within* range [0, UCHAR_MAX].* Return pages freed into the buddy system.
Proto:static inline unsigned long free_initmem_default(int poison)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
int | poison |
2110 | extern char __init_begin[], __init_end[] |
2112 | Return free_reserved_area( & __init_begin, & __init_end, poison, "unused kernel") |
Name | Describe |
---|---|
free_initmem |
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 |