mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 04:56:30 +00:00
Combine vma (#42)
* 合并vma * 调整vma映射,修复bug * 删除注释 Co-authored-by: fslongjin <longjin@RinGoTek.cn> Co-authored-by: houmkh <100781004+houmkh@users.noreply.github.com>
This commit is contained in:
@ -708,6 +708,6 @@ unsigned long kfree(void *address)
|
||||
|
||||
} while (slab_obj_ptr != kmalloc_cache_group[i].cache_pool_entry);
|
||||
}
|
||||
kBUG("kfree(): Can't free memory.");
|
||||
kBUG("kfree(): Can't free memory. address=%#018lx", address);
|
||||
return ECANNOT_FREE_MEM;
|
||||
}
|
Reference in New Issue
Block a user