Static Memory allocation & Portability
Posted
by user332354
on Stack Overflow
See other posts from Stack Overflow
or by user332354
Published on 2010-05-04T12:45:23Z
Indexed on
2010/05/04
12:48 UTC
Read the original article
Hit count: 171
I have read Static Memory Allocation are done during Compile time.
Is the 'address allocated' used while generating executables ?
Now,I am in doubt that how the memory allocation is handled when the code executable is transferred completely to a new system.
I searched for it but I didn't get any answer on Internet.
© Stack Overflow or respective owner