Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
HFUT666
OSKernel2024-ROS666
Merge requests
!6
An error occurred while fetching the assigned milestone of the selected merge_request.
feat: slab allocator for heap setup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Gerrnperl Lu
requested to merge
feat/allocator
into
main
6 months ago
Overview
0
Commits
4
Pipelines
0
Changes
12
基于 Slab 分配算法实现堆内存分配。
Slab 分配算法适合小内存的分配,大内存使用 Linked List Allocator 作为备选分配器。
0
0
Menu
Explore
Projects
Groups
Topics
Snippets