Skip to content

Allocator traits #10

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

Open
coder137 opened this issue Apr 5, 2023 · 0 comments
Open

Allocator traits #10

coder137 opened this issue Apr 5, 2023 · 0 comments
Labels
stable-rust-blocking Feature not yet present in stable rust

Comments

@coder137
Copy link
Owner

coder137 commented Apr 5, 2023

Requirement

  • Create a global stack space (StackPool) which can be used by the Allocator
  • This will give us access to the rust alloc crate
  • Try to avoid memory fragmentation
    • Allow user to use alloc library during the initialization phase only, before the loop
@coder137 coder137 added the stable-rust-blocking Feature not yet present in stable rust label Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stable-rust-blocking Feature not yet present in stable rust
Projects
None yet
Development

No branches or pull requests

1 participant