in reply to Re: how array variables are stored in memory
in thread how array variables are stored in memory
The container uses contiguous memory, but its elements are pointers to SV structures. The structures can reside anywhere (as your demonstration illustrates... or your illustration demonstrates), but that doesn't change that the array itself is a contiguous container.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how array variables are stored in memory
by Athanasius (Archbishop) on Feb 06, 2014 at 06:58 UTC | |
by davido (Cardinal) on Feb 06, 2014 at 07:14 UTC |