ftmemsim-valgrind/memcheck/tests/malloc3.stdout.exp
Julian Seward a48daec904 Merge r6109:
Various minor changes to make these compile on AIX5.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6254
2006-10-17 01:26:12 +00:00

6 lines
125 B
Plaintext

malloc(0) = 0x........
malloc(-1) = 0x........
calloc(0,1) = 0x........
calloc(0,-1) = 0x........
calloc(-1,-1) = 0x........