<div dir="ltr"><div class="gmail_extra">There is no way to disable __builtin_operator_new/delete or prevent libc++ from using it.</div><div class="gmail_extra"><br></div><div class="gmail_extra">I would be interested to get some more details about your particular case. Ideally a reproducer</div><div class="gmail_extra">I could play with. Or at least provide some sort of stack trace and error log.</div><div class="gmail_extra"><br></div><div class="gmail_extra">I'm not too familiar with the optimization aspects of __builtin_operator_new/delete, but the behavior</div><div class="gmail_extra">you're observing sounds like a bug. Either in LLVM/Clang/libc++ or within your build. My suspicion</div><div class="gmail_extra">is that an ODR violation is involved.</div><div class="gmail_extra"><br></div><div class="gmail_extra">/Eric</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 21, 2018 at 4:43 PM, James Robertson via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div>I'm trying to get my own global operator new/delete calls working that my memory manager plugs into.<div><br></div><div>This code is working fine on MacOS (clang) and Windows (Visual Studio), but on iOS I have a third party library (lohmann json) returning a std::string object which appears to have been allocated through my ::operator new function (I.e., my memory manager) but is being deleted through __builtin_operator_delete.  Which just results in a crash almost immediately after the app starts.</div><div><br></div><div>So how do I disable these particular builtin functions?</div><div><br></div><div>Cheers,</div><div>James</div><div><br></div></div>
<br>______________________________<wbr>_________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div></div>