rt: Align mallocs to 16 byte boundaries

This commit is contained in:
Patrick Walton 2011-08-08 17:28:52 -07:00
parent 42b13c1db3
commit 0459e38bde

View file

@ -19,6 +19,7 @@ private:
uint32_t magic;
int index;
const char *tag;
uint32_t pad; // To stay 16 byte aligned.
char data[];
};