2019-04-16-11-52-21.bpo-27987.n2_DcQ.rst 188 Bytes
Newer Older
1 2 3
pymalloc returns memory blocks aligned by 16 bytes, instead of 8 bytes, on
64-bit platforms to conform x86-64 ABI. Recent compilers assume this alignment
more often. Patch by Inada Naoki.