mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-06 03:23:58 +00:00
6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
malloc(0) = 0x........
|
|
malloc(-1) = (nil)
|
|
calloc(0,1) = 0x........
|
|
calloc(0,-1) = (nil)
|
|
calloc(-1,-1) = (nil)
|