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

Alaska as an LD_PRELOAD malloc replacement #13

Open
nickwanninger opened this issue Jul 16, 2024 · 0 comments
Open

Alaska as an LD_PRELOAD malloc replacement #13

nickwanninger opened this issue Jul 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nickwanninger
Copy link
Owner

This would allow malloc to be replaced system-wide with an Alaska version. This requires a bit more work, as malloc requires a bit of extra functionality w/ things like aligned_alloc, but we can figure that out as the problems present themselves.

This will need an additional target, libalaska_preload.so which provides malloc wrappers around libalaska.so's halloc.

@nickwanninger nickwanninger added this to the Runtime Rewrite milestone Jul 16, 2024
@nickwanninger nickwanninger added the enhancement New feature or request label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant