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

Some memory allocation changes. #10

Merged
merged 4 commits into from Sep 28, 2017
Merged

Conversation

dkasak
Copy link
Contributor

@dkasak dkasak commented Sep 27, 2017

  • Prefer realloc to free + malloc and check the returned pointer for failure.
  • Prefer the ck_* family of memory management functions to the ones in the standard library.
  • Use syscalls for reading and writing files instead of stdio.h equivalents for consistency.
  • Fix bug due to ck_free calls being duplicated.

@carolemieux carolemieux merged commit 0bb4998 into carolemieux:master Sep 28, 2017
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

2 participants