<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>