mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-12 02:16:13 +00:00
16 lines
251 B
Plaintext
16 lines
251 B
Plaintext
test simple malloc/free:
|
|
PASSED: malloc-filled
|
|
PASSED: free-filled
|
|
|
|
test realloc-larger:
|
|
PASSED: malloc-filled
|
|
PASSED: free-filled
|
|
PASSED: malloc-filled
|
|
|
|
test realloc-smaller:
|
|
PASSED: malloc-filled
|
|
PASSED: free-filled
|
|
|
|
test calloc:
|
|
PASSED: zero
|