Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-09 | fix alignment in ape malloc | Ori Bernstein | |
We used to have a padding int in the structure after the next pointer, to align it to 16 bytes. On 64 bit architectures, the pointer was already 8 bits, so the padding misaligned things to 20 bytes. This fixes it so that we're explcit about the data alignment we want, instead of hoping that the various sizes line up. | |||
2019-05-10 | ape: fix malloc to deal with more than 4GB of memory on 64 bit systems | cinap_lenrek | |
2013-03-11 | ape/malloc: make malloc and free threadsafe for python | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |