doc: 内存管理api

This commit is contained in:
fslongjin
2022-07-27 00:09:19 +08:00
parent 5c9e03236d
commit 1b4f812fe4
6 changed files with 231 additions and 11 deletions

View File

@ -372,8 +372,6 @@ struct Page *alloc_pages(unsigned int zone_select, int num, ul flags)
}
}
kBUG("Cannot alloc page, ZONE=%d\tnums=%d, total_2M_pages=%d", zone_select, num, total_2M_pages);
while (1)
;
return NULL;
}