Skip to content
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

Runtime Alloc #190

Merged
merged 23 commits into from
Sep 10, 2024
Merged

Runtime Alloc #190

merged 23 commits into from
Sep 10, 2024

Conversation

naure
Copy link
Collaborator

@naure naure commented Sep 4, 2024

Based on #173.

  • This PR provides a GlobalAllocator to support heap memory.
  • Example program using Vec.

@naure naure changed the title runtime-alloc: Provide a GlobalAllocator and a test with Vec Runtime Alloc Sep 4, 2024
@naure naure marked this pull request as ready for review September 4, 2024 18:57
@naure naure requested a review from hero78119 September 4, 2024 18:58
Base automatically changed from runtime to master September 6, 2024 10:11
Copy link
Collaborator

@hero78119 hero78119 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

@hero78119 hero78119 merged commit 862e7ea into master Sep 10, 2024
4 checks passed
@hero78119 hero78119 deleted the runtime-alloc branch September 10, 2024 15:49
hero78119 added a commit that referenced this pull request Sep 30, 2024
_Based on #173._

- This PR provides a `GlobalAllocator` to support heap memory.
- Example program using `Vec`.

---------

Co-authored-by: Aurélien Nicolas <[email protected]>
Co-authored-by: Ming <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants