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 C macros for malloc if debug and profile modes are disabled #158

Merged
merged 3 commits into from
Nov 26, 2024

Conversation

wkliao
Copy link
Member

@wkliao wkliao commented Nov 26, 2024

NCI_Malloc, NCI_calloc, NCI_Realloc, and NCI_Free
are mapped to
malloc, calloc, realloc, and free, respectively.

@wkliao wkliao merged commit f64973f into master Nov 26, 2024
4 checks passed
@wkliao wkliao deleted the malloc branch November 26, 2024 20:48
Jonathanlyj pushed a commit to Jonathanlyj/PnetCDF that referenced this pull request Dec 1, 2024
Use C macros for malloc if debug and profile modes are disabled
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.

1 participant