X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=malloc.c;h=f27df883feda5b40f0b13f3ee1183bea4270c73f;hb=4929bf7bc76235df307ee4ade0f6222410e8b46b;hp=4ab24d70e94f9c97b1bd640a478965f676b37c89;hpb=24dd13bfb27be66180ff24c7f9b889c5a068c2c2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/malloc.c b/malloc.c index 4ab24d7..f27df88 100644 --- a/malloc.c +++ b/malloc.c @@ -1978,17 +1978,6 @@ Perl_dump_mstats(pTHX_ char *s) # if defined(__MACHTEN_PPC__) || defined(NeXT) || defined(__NeXT__) || defined(PURIFY) # define PERL_SBRK_VIA_MALLOC -/* - * MachTen's malloc() returns a buffer aligned on a two-byte boundary. - * While this is adequate, it may slow down access to longer data - * types by forcing multiple memory accesses. It also causes - * complaints when RCHECK is in force. So we allocate six bytes - * more than we need to, and return an address rounded up to an - * eight-byte boundary. - * - * 980701 Dominic Dunlop - */ -# define SYSTEM_ALLOC_ALIGNMENT 2 # endif # ifdef PERL_SBRK_VIA_MALLOC