-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edition 3: Published a new lazy_heap
crate to streamline new version of heap allocation module
#1307
Comments
Here's how I initialize this in my kernel for those who are curious about initialization procedures. |
kennystrawnmusic
added a commit
to kennystrawnmusic/lazy-heap
that referenced
this issue
Mar 30, 2024
kennystrawnmusic
added a commit
to kennystrawnmusic/lazy-heap
that referenced
this issue
Mar 30, 2024
kennystrawnmusic
added a commit
to kennystrawnmusic/lazy-heap
that referenced
this issue
Mar 30, 2024
kennystrawnmusic
added a commit
to kennystrawnmusic/lazy-heap
that referenced
this issue
Mar 30, 2024
kennystrawnmusic
added a commit
to kennystrawnmusic/lazy-heap
that referenced
this issue
Mar 30, 2024
kennystrawnmusic
added a commit
to kennystrawnmusic/lazy-heap
that referenced
this issue
Mar 30, 2024
kennystrawnmusic
added a commit
to kennystrawnmusic/lazy-heap
that referenced
this issue
Mar 30, 2024
kennystrawnmusic
added a commit
to kennystrawnmusic/lazy-heap
that referenced
this issue
Mar 30, 2024
kennystrawnmusic
added a commit
to kennystrawnmusic/lazy-heap
that referenced
this issue
Mar 30, 2024
kennystrawnmusic
added a commit
to kennystrawnmusic/lazy-heap
that referenced
this issue
Mar 30, 2024
kennystrawnmusic
added a commit
to kennystrawnmusic/lazy-heap
that referenced
this issue
Mar 30, 2024
kennystrawnmusic
added a commit
to kennystrawnmusic/lazy-heap
that referenced
this issue
Mar 30, 2024
kennystrawnmusic
added a commit
to kennystrawnmusic/lazy-heap
that referenced
this issue
Mar 30, 2024
kennystrawnmusic
added a commit
to kennystrawnmusic/lazy-heap
that referenced
this issue
Mar 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my own kernel, I figured out how to initialize the heap using
spin::Lazy
— and publish how I did it to crates.io to lighten the workload for everyone else. Might be worth considering as Edition 3 moves forward.The text was updated successfully, but these errors were encountered: