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

[CN-Test-Gen] Flag to toggle using builtin malloc versus cn_fl_malloc #891

Open
ZippeyKeys12 opened this issue Feb 26, 2025 · 0 comments
Open
Labels

Comments

@ZippeyKeys12
Copy link
Collaborator

With the implementation of a general allocator (#863), we can disconnect the testing's dependency on malloc. However, this introduces a slowdown, since our allocator is not as fast (though still quite good). If we do want to support testing without malloc, we'd want a flag to allow the user to choose between the two.

I'm not sure when (if ever) you'd want to run the full testing setup without malloc though.

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

No branches or pull requests

1 participant