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

No way of de-allocating buffers in simulator/emulator #44

Closed
quetric opened this issue Apr 12, 2022 · 1 comment
Closed

No way of de-allocating buffers in simulator/emulator #44

quetric opened this issue Apr 12, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@quetric
Copy link
Collaborator

quetric commented Apr 12, 2022

Buffers get allocated sequentially and never get de-allocated, which can create problems especially with the simulator, which has very little memory. There needs to be a method to delete buffers and reuse the freed memory for new buffers (i.e. a real allocator)

@quetric quetric added the enhancement New feature or request label Apr 12, 2022
@quetric
Copy link
Collaborator Author

quetric commented Mar 21, 2024

Will not fix. Increased memory capacity of simulator in #188

@quetric quetric closed this as completed Mar 21, 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