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

use ddsrt versions of malloc, realloc, strdup, and free #1878

Closed
wants to merge 0 commits into from

Conversation

poetinger
Copy link
Contributor

There were still a few malloc, realloc, strdup, and free calls that need to be changed to their respective ddsrt calls. This PR addresses the necessary changes for the remaining calls, replacing them with their respective ddsrt counterparts. Previously, these non-ddsrt calls had no impact on users. However, with the recent addition of the ability to set custom allocators, it has become crucial to route all calls through the ddsrt layer.

@poetinger poetinger changed the title use ddsrt versions use ddsrt versions of malloc, realloc, strdup, and free Nov 14, 2023
@poetinger poetinger self-assigned this Nov 14, 2023
@poetinger poetinger added the bug Something isn't working label Nov 14, 2023
@poetinger poetinger closed this Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant