Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
arceos-hypervisor
/
buddy-slab-allocator
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
refactor: api and impl
- #4
#4
Merged
ZR233
merged 19 commits into
main
arceos-hypervisor/buddy-slab-allocator:main
from
dev-v03
arceos-hypervisor/buddy-slab-allocator:dev-v03
Copy head branch name to clipboard
Apr 9, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
refactor: api and impl
#4
ZR233
merged 19 commits into
main
arceos-hypervisor/buddy-slab-allocator:main
from
dev-v03
arceos-hypervisor/buddy-slab-allocator:dev-v03
Copy head branch name to clipboard
Commits
Commits on Apr 7, 2026
chore: update workflows and dependencies; migrate to actions/checkout@v6 and rand v0.10
ZR233
committed
7aa6af2
View commit details
Copy full SHA for 7aa6af2
Browse repository at this point
feat: enhance logging support by integrating log crate and updating documentation
ZR233
committed
5cbbdc9
View commit details
Copy full SHA for 5cbbdc9
Browse repository at this point
feat: refactor allocator interfaces and remove deprecated dependencies; update documentation and examples
ZR233
committed
bcf7443
View commit details
Copy full SHA for bcf7443
Browse repository at this point
Refactor benchmarks and remove stability tests
Show description for f4739c9
ZR233
committed
f4739c9
View commit details
Copy full SHA for f4739c9
Browse repository at this point
feat: remove alloc_pages_at method from buddy allocator and related components; simplify allocation logic
ZR233
committed
632013f
View commit details
Copy full SHA for 632013f
Browse repository at this point
Refactor integration and stress tests for allocator
Show description for 14653ce
ZR233
committed
14653ce
View commit details
Copy full SHA for 14653ce
Browse repository at this point
Commits on Apr 8, 2026
Refactor integration and stress tests for buddy-slab-allocator
Show description for 2864031
ZR233
committed
2864031
View commit details
Copy full SHA for 2864031
Browse repository at this point
feat: implement Default trait for BuddyAllocator, GlobalAllocator, and SlabAllocator
ZR233
committed
bdddcc1
View commit details
Copy full SHA for bdddcc1
Browse repository at this point
Refactor slab allocator benchmarks and improve global allocator initialization
Show description for c851988
ZR233
committed
c851988
View commit details
Copy full SHA for c851988
Browse repository at this point
Commits on Apr 9, 2026
feat: enhance slab allocation by reclaiming full slabs with remote frees and add integration tests for cross-CPU deallocation
ZR233
committed
41607ae
View commit details
Copy full SHA for 41607ae
Browse repository at this point
refactor: update allocator initialization to use a mutable slice instead of separate start and size parameters
ZR233
committed
61360c6
View commit details
Copy full SHA for 61360c6
Browse repository at this point
Refactor stress tests for allocator stability
Show description for dc443ae
ZR233
committed
dc443ae
View commit details
Copy full SHA for dc443ae
Browse repository at this point
Refactor GlobalAllocator to support multiple managed sections
Show description for d7e0770
ZR233
committed
d7e0770
View commit details
Copy full SHA for d7e0770
Browse repository at this point
refactor: streamline region initialization by introducing SectionInitSpec for better clarity and maintainability
ZR233
committed
a33a996
View commit details
Copy full SHA for a33a996
Browse repository at this point
style: format code for better readability in common.rs
ZR233
committed
3827fe4
View commit details
Copy full SHA for 3827fe4
Browse repository at this point
chore: update changelog for version 0.2.1 and modify Cargo.toml for version bump to 0.3.0
Show description for 4714c90
ZR233
committed
4714c90
View commit details
Copy full SHA for 4714c90
Browse repository at this point
refactor: add unsafe blocks for improved safety checks in allocator methods
ZR233
committed
324129e
View commit details
Copy full SHA for 324129e
Browse repository at this point
chore: update changelog for version 0.3.0 with new features and improvements
ZR233
committed
e861fd3
View commit details
Copy full SHA for e861fd3
Browse repository at this point
refactor: improve unsafe block usage in subslice and stress test for clarity
ZR233
committed
9d65587
View commit details
Copy full SHA for 9d65587
Browse repository at this point
You can’t perform that action at this time.