mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 09:26:15 +00:00
6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
malloc(0) = 0x........
|
|
malloc(-1) = 0x........
|
|
calloc(0,1) = 0x........
|
|
calloc(0,-1) = 0x........
|
|
calloc(-1,-1) = 0x........
|