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

Benchmark different malloc versions in different binaries #5

Open
maerhart opened this issue Dec 13, 2021 · 0 comments
Open

Benchmark different malloc versions in different binaries #5

maerhart opened this issue Dec 13, 2021 · 0 comments

Comments

@maerhart
Copy link
Owner

Currently all malloc versions are run in the same binary in sequence. This means they can influence each other (e.g. if one is buggy and does not deallocate all memory). We should compile one binary for each malloc version and call them in sequence in the python driver script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant