<div class="gmail_quote">On Wed, Apr 20, 2011 at 13:46, Vijay S. Mahadevan <span dir="ltr"><<a href="mailto:vijay.m@gmail.com">vijay.m@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Thanks for the clarification Jed. But zeroing more entries than necessary would still trigger malloc calls. Would it not ?</blockquote></div><br><div>It won't zero more than you allocated but it might zero more than you will actually insert. It doesn't matter.</div>