[sgen] Mempool allocations should be 8 byte aligned. Fix this on 32 bits.
commit51b8187b7a186bbb2020689958b913b5e8856ed7
authorMark Probst <mark.probst@gmail.com>
Tue, 25 Nov 2014 20:08:27 +0000 (25 12:08 -0800)
committerMark Probst <mark.probst@gmail.com>
Wed, 26 Nov 2014 18:38:50 +0000 (26 10:38 -0800)
tree027ebab89882b1148701666ac4607c33cd6abc07
parentc6505f78301e3eea3f64db04edf022b475d78e3e
[sgen] Mempool allocations should be 8 byte aligned.  Fix this on 32 bits.

The `MonoMemPool` struct is not a multiple of 8 bytes large, so we need
to align up to get the actual start of the pool data.
mono/metadata/mempool.c