-
Notifications
You must be signed in to change notification settings - Fork 340
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
#443: Add realloc array function #472
#443: Add realloc array function #472
Conversation
Issue #443 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## latest #472 +/- ##
==========================================
- Coverage 90.60% 90.58% -0.02%
==========================================
Files 47 47
Lines 4385 4388 +3
Branches 587 588 +1
==========================================
+ Hits 3973 3975 +2
Misses 279 279
- Partials 133 134 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks very much for putting this together! Just a few minor cleanups noted here and I believe it will be ready to merge.
8908af6
to
80539a2
Compare
This is also a test for realloc_array wrapper.
80539a2
to
b942dc6
Compare
This pull request adds the realloc_array wrapper to the code base (it's inspired on alloc_array's implementation).
This is a Work In Progress. Please let me know if any fixes should be made.
Best regards.
m3g4d1v3r