Colin Guthrie wrote:
Therefore, depending on your structures and how much use of pointers you use, the size will always be more, but should always be *less* than half.

Erm, that should read "*less* than double."


If you only ever user your stack to store pointers to malloc'ed memory the size of which is based on sizeof(<a pointer>), I guess it could be *exactly* double, but that's very, very unlikely. Hence why it "should always be *less* then _double_".

Col.


--

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
  Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
  Mandriva Linux Contributor [http://www.mandriva.com/]
  PulseAudio Hacker [http://www.pulseaudio.org/]
  Trac Hacker [http://trac.edgewall.org/]


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to