plan9fox/sys/src/ape
Ori Bernstein 698837e715 fix alignment in ape malloc
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.
2020-03-09 08:02:22 -07:00
..
9src Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
cmd ape/cc: stop spamming arguments that are only needed once 2020-02-23 20:33:27 +00:00
lib fix alignment in ape malloc 2020-03-09 08:02:22 -07:00
config Turn on warnings when building libap. 2019-06-21 10:00:58 -07:00
mkfile ape/mkfile: work arround fake "command line arguments" rule matching 2012-08-08 21:36:42 +02:00