Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
slab_allocator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
slab_allocator
Graph
ba9ee5569831d896fc1369f758776135701df256
Select Git revision
Branches
1
master
default
protected
Tags
3
0.3.0
0.2.0
0.1.0
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
Apr
30
Jan
28
17
16
11
10
8
Merge branch 'master' of https://github.com/redox-os/slab_allocator
master
master
Update linked_list_allocator
Merge pull request #1 from weclaw1/master
Set new version
Documentation for new function
Add layout_to_allocator function
Use &mut pointers instead of Unique
Merge pull request #1 from redox-os/master
Fixes for new nightly
Use camel case in enum
0.3.0
0.3.0
Use linked_list_allocator for blocks >4096 bytes
Updated spin, bumped version
0.2.0
0.2.0
Fixes
Corrected documentation, add function to grow heap
Use big slab for allocations >4096 bytes, added support for growing slabs, use singly linked list
Fixed a bug in insert_sorted, some optimizations
Format with rustfmt
0.1.0
0.1.0
Initial version
Initial commit
Loading