You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement test_realloc() to track memory
adjustments made by realloc().
This patch enables memory allocated by test_malloc() or test_calloc()
to be adjusted using test_realloc().
Inspired by https://danluu.com/malloc-tutorial/.
Change-Id: Ic85b35cfff4dc0b6a46a6e81e6c1ce873625f0ac
0 commit comments