As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
authorNicholas Clark <nick@ccl4.org>
Wed, 1 Jun 2005 15:08:02 +0000 (15:08 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 1 Jun 2005 15:08:02 +0000 (15:08 +0000)
commitd58e666644fd0ebaa0d73f9757e1090cc220dbb8
treeb7d3daa5075559f0bc417296b7997244df77650e
parentb79f7545f218479c6361e25f42849d88b9cef87e
As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
char rather than HE *. Bug was harmless, overallocating by a factor
of sizeof(HE *)

p4raw-id: //depot/perl@24661
hv.c