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

Changed memory free functionality #48

Merged
merged 1 commit into from
May 1, 2024
Merged

Changed memory free functionality #48

merged 1 commit into from
May 1, 2024

Conversation

jrenaud90
Copy link
Owner

  • Added utils.free_mem function to free memory so that future changes to the memory allocation system will call the proper free function that works with the utils.allocs.

  • Changed all instances of PyMem_Free to new free_mem from the utils.

* Added `utils.free_mem` function to free memory so that future changes to the memory allocation system will call the proper free function that works with the `utils.allocs`.

* Changed all instances of `PyMem_Free` to new `free_mem` from the utils.
@jrenaud90 jrenaud90 merged commit da53ff3 into main May 1, 2024
32 checks passed
@jrenaud90 jrenaud90 deleted the ver0.8.8 branch May 23, 2024 02:49
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

Successfully merging this pull request may close these issues.

None yet

1 participant