Newxz() can use calloc() rather than malloc(), as the implementation
authorNicholas Clark <nick@ccl4.org>
Wed, 12 Apr 2006 12:31:29 +0000 (12:31 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 12 Apr 2006 12:31:29 +0000 (12:31 +0000)
commit3341f5772454aa6fd2d3ee32728b288f60620abf
treeb221f7d9fe0e2e84e126718fbd78415189a26bd2
parent04e62e517a756f965d577afe246e77a841330712
Newxz() can use calloc() rather than malloc(), as the implementation
of calloc() may know that it has fresh pages from the OS, and so
doesn't need to zero them itself. Plus our object code should be
slightly smaller.

p4raw-id: //depot/perl@27774
handy.h