Re: Fragmentation was RE: [GD-General] Compile times
Brought to you by:
vexxed72
From: brian h. <bri...@py...> - 2002-12-18 07:02:33
|
> For what it's worth, completely random data here. Simple test Win32 > app on Win2K SP3: > > first stack variable: 0x0012fb30 > WinMain: 0x00401262 > 192MB static variable: 0x00584234 > first malloc address: 0x11466840 Had some friends try this on x86 Linux and GCC with default link scripts and with a 256MB static array. main = 0x08048420 (128MB) static = 0x08049634 heap = 0x18049640 stack = 0xbffffc47 (3GB) -Hook |