函数逻辑报告 |
Source Code:mm\memblock.c |
Create Date:2022-07-27 16:41:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__memblock_free_late - free pages directly to buddy allocator*@base: phys starting address of the boot memory block*@size: size of the boot memory block in bytes* This is only useful when the memblock allocator has already been torn
函数原型:void __init __memblock_free_late(phys_addr_t base, phys_addr_t size)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
phys_addr_t | base | |
phys_addr_t | size |
1612 | kmemleak_free_part_phys(base, size) |
1617 | memblock_free_pages(pfn_to_page(cursor), cursor, 0) |
1618 | totalram_pages_inc() |
名称 | 描述 |
---|---|
memblock_discard | memblock_discard - discard memory and reserved arrays if they were allocated |
memblock_free_late |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |