class TThreadStackInfo |
Stores information about a thread's stack.
Note, on the emulator, the memory between iLimit and the thread's current stack pointer may not actually be committed.
TLinAddr | iBase |
The address which the stack pointer would contain if the stack were empty.
TLinAddr | iExpandLimit |
The limit value for the stack if it were expanded to its maximum size.
Currently expanding stacks is not supported so iExpandLimit==iLimit
TLinAddr | iLimit |
The address which the stack pointer would contain if the stack were full, (The lowest valid address).
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.