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

Implement a tool (debug only) to track memory allocations during the lifecycle of our applications #292

Open
adriengivry opened this issue Dec 10, 2023 · 0 comments
Labels
Feature New feature to the engine Optimization Optimization related stuff

Comments

@adriengivry
Copy link
Owner

Problem this feature should fix
It has been discovered that Overload might not properly deallocate memory (especially on exit).

Expected solution
We should implement a solution (debug only) to trace memory allocation/deallocation, providing developers with comprehensive output to identify and address these allocation issues.

@adriengivry adriengivry added Feature New feature to the engine Optimization Optimization related stuff labels Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature to the engine Optimization Optimization related stuff
Projects
None yet
Development

No branches or pull requests

1 participant