Rearrange memblock_t so that on 64-bit platforms it can pack without holes, saving eight bytes per memory block.
MINFRAGMENT must be greater than sizeof(memblock_t), which is larger on AMD64 because it contains pointers and a size_t.
Thanks to chasonr for the patch.
View differences
Rearrange memblock_t so that on 64-bit platforms it can pack without holes, saving eight bytes per memory block.
MINFRAGMENT must be greater than sizeof(memblock_t), which is larger on AMD64 because it contains pointers and a size_t.
Thanks to chasonr for the patch.