Just popping in
Joined: 2007/6/5 14:51 Last Login
: 9/4 22:03
From Brisbane, AUSTRALIA
Group:
Registered Users
|
@TSK
It does, to a point......
It will show you the amount of stack EVER written that contains a non-zero default value.
It would not include the full size of a local stack buffer of say 5000 bytes, that only had 1000 bytes written to it, the numbers would come up as 4000 bytes short in this case.
In other words, it calculates it from the first written non-zero value from the end of the frame, and shows that as the point of "usage" of the stack allocation.
However, for a guide it is close enough to be quite usefull.
|