Really?
…
Really?
Can you give me a source please? It’s not that I put your skill into question , but I just can’t believe it… If it really is like that, why is that? I’ve heard about page aligning, but what exactly is it? And why is it needed?
EDIT:
I’m VERY sure my game once took much less memory (~100 mb), when I memory-optimized a class which had a [icode]private int flags;[/icode] to a [icode]private byte flags;[/icode] (Dunno about the exact number of instances, but it is my worldOfCube game, so about 10-50 million instances…)