In safecalloc, use the system calloc() for the non-DEBUGGING case, as
authorNicholas Clark <nick@ccl4.org>
Tue, 20 Mar 2007 23:20:46 +0000 (23:20 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 20 Mar 2007 23:20:46 +0000 (23:20 +0000)
commite1a95402a0ef053bf8dd15ba3824743513f0725e
treee24c3d7f39399bfd622523e87c08d2da852b5a71
parentf481a1585ea33cf1fd9d19cebebe19137cc6977a
In safecalloc, use the system calloc() for the non-DEBUGGING case, as
it may be able to memset() to 0 for free.

p4raw-id: //depot/perl@30652
util.c