Linux內存管理之malloc實現

進程虛擬地址空間由一個一個VMA來表示,這裏先接收VMA相關操作. 1.1 查找VMA函數find_vma() struct vm_area_struct *find_vma(struct mm_struct *mm, unsigned long addr) 找到的vma結果需滿足條件: /* 找到前一個VMA,基於find_vma實現*/ struct vm_area_struct * find
相關文章
相關標籤/搜索