diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-01 20:46:02 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-01 20:46:02 +0000 |
commit | 1936d2a74fbc35dd0d6862386c9988d92bb8e6e0 (patch) | |
tree | 09a500b0d6951b724685d60716d06c2d8ac13770 /av.c | |
parent | dfe4365adac588e79ad9eb543e18d4db0a1c81a2 (diff) | |
download | perl-1936d2a74fbc35dd0d6862386c9988d92bb8e6e0.tar.gz |
Round up all string length requests to malloc()/realloc() to the next
multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
internally will quantise, and so we're going to use space that
otherwise would be wasted. Hopefully this will save realloc()ing.
p4raw-id: //depot/perl@24665
Diffstat (limited to 'av.c')
0 files changed, 0 insertions, 0 deletions