hai all,
I have a as follows.
RThread thd.
thd.Create(_L("SysThread"),SysThread, 1024 * 70, NULL,NULL);
And i want to find stackinfo and i did as follows
TInt res = thd.StackInfo(stackinfo);
TInt stackusage = (stackinfo.iBase-stackinfo.iLimit);
When i print stackusage value it is giving 73728 octates(72 kb??).
Eventhogh i gave 70kb how would it became 72kb???.
Any help will be appreciated greatly.
Regards,
sivareddy.



