<div dir="ltr">On Mon, Jan 23, 2012 at 17:10, Henry Vermaak <span dir="ltr"><<a href="mailto:henry.vermaak@gmail.com">henry.vermaak@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On 23/01/12 14:56, ik wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
On Mon, Jan 23, 2012 at 16:28, ik <<a href="mailto:idokan@gmail.com" target="_blank">idokan@gmail.com</a><br></div><div><div class="h5">
<mailto:<a href="mailto:idokan@gmail.com" target="_blank">idokan@gmail.com</a>>> wrote:<br>
<br>
    Hello,<br>
<br>
    In the following code<br>
    (<a href="https://github.com/ik5/redit_client.fpc/blob/master/tests/test_parser.lpr#L55" target="_blank">https://github.com/ik5/redit_<u></u>client.fpc/blob/master/tests/<u></u>test_parser.lpr#L55</a>),<br>
<br>
    when I point, I have access violation when trying to create<br>
    TRedisErrorReturnType.Create<br>
<br>
    It does not happen for TRedisStatusReturnType.Create for example,<br>
    that have the same parent as TRedisErrorReturnType.<br>
<br>
    What am I missing or doing wrong here ?<br>
<br>
<br>
Solved it, but I do not understand it.<br>
Why did new made access violation and StrAlloc not ?<br>
</div></div></blockquote>
<br>
Because new() just allocated one pchar and not a buffer.  Why do you think using a pchar like this is faster than using string?  Have you benchmarked it?<br></blockquote><div><br>I haven't benchmark anything in my life :)<br>

PChar is an array like approach. AnsiString, is a record based pointer. It uses more memory, and provide a bit overhead for the same thing.<br>At least on theory. I would love to learn that it's not the case.<br><br>
Thanks<br>
 </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Henry<br>
______________________________<u></u>_________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.<u></u>org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/<u></u>mailman/listinfo/fpc-pascal</a><br>
</blockquote></div><br>Ido<br></div>