add workaround for systems without posix_memalign

« jhc project page

Mac OSX 10.5 doesn't have posix_memalign which is needed by the garbage collector We should be able to simulate it by allocating a larger amount of memory at a time and aligning the memory ourselves.

Details

Id: 49afa2da88d487994dc55935ec2f1bd1331526d0
Type: bugfix
Creation time: 2010-07-11 05:07 GMT
Creator: John Meacham <john@...>
Release: 0.7.5 (released 2010-07-22)
Component: rts
Status: closed: fixed fixed

Issue log

2010-07-21 10:38 GMT John Meacham <john@...> closed with disposition fixed
2010-07-21 10:38 GMT John Meacham <john@...> assigned to release 0.7.5 from unassigned
2010-07-11 05:08 GMT John Meacham <john@...> assigned to component rts from be
2010-07-11 05:07 GMT John Meacham <john@...> created