blob: 681c9ece22b0ee0a7e09dbb8266ce4c73dca0b56 [file] [log] [blame]
malloc(0) = 0x........
malloc(-1) = (nil)
calloc(0,1) = 0x........
calloc(0,-1) = (nil)
calloc(-1,-1) = (nil)