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

Q: Delete vs Close of NOXDB memory #76

Open
wimjongman opened this issue Dec 15, 2022 · 3 comments
Open

Q: Delete vs Close of NOXDB memory #76

wimjongman opened this issue Dec 15, 2022 · 3 comments

Comments

@wimjongman
Copy link
Contributor

We have questions about the management of the created NOXDB objects.

Suppose we have a CGi program that does not dispose of the objects created by NOXDB. What will be the longer-term effect of this?

Do we always need to delete every object that we create?
Is there a list of pointers available that were not disposed of?
Can we do mass disposal of all objects when the call is done?
What is the relation between close and delete?

@NielsLiisberg
Copy link
Collaborator

NielsLiisberg commented Dec 15, 2022 via email

@wimjongman
Copy link
Contributor Author

Thanks, Niels,

I was wondering if NOXDB was keeping a list of all mallocs so we could do a jx_FreeAll or something similar.

@NielsLiisberg
Copy link
Collaborator

NielsLiisberg commented Dec 19, 2022 via email

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

2 participants