mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Various minor changes to make these compile on AIX5. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6254
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........
|