mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 07:03:45 +00:00
rt: Align mallocs to 16 byte boundaries
This commit is contained in:
parent
42b13c1db3
commit
0459e38bde
@ -19,6 +19,7 @@ private:
|
||||
uint32_t magic;
|
||||
int index;
|
||||
const char *tag;
|
||||
uint32_t pad; // To stay 16 byte aligned.
|
||||
char data[];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user