<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class="im">> My guess is that you don’t have heap profiling enabled (—enable-prof), and that the compiler is complaining about what is effectively dead code.  An easy solution is to protect the memcpy() with a conditional:<br>

><br>
>       if (config_prof)<br>
><br>
> I’ll make a note to do something like this in order to silence the warnings.<br>
<br>
</div>I took a slightly different approach:<br>
<br>
        <a href="https://github.com/jemalloc/jemalloc/commit/5f60afa01eb2cf7d44024d162a1ecc6cceedcca1" target="_blank">https://github.com/jemalloc/jemalloc/commit/5f60afa01eb2cf7d44024d162a1ecc6cceedcca1</a><br>
<span class=""><font color="#888888"><br>
Jason</font></span></blockquote></div><br>thanks for your quick response. would make any problem that patch if i set my own prefix like --with-jemalloc-prefix=je_ ?</div><div class="gmail_extra"><br></div><div class="gmail_extra">
regards, <br clear="all"><div><br></div>-- <br><div dir="ltr">Eduardo Silva<br><a href="http://edsiper.linuxchile.cl" target="_blank">http://edsiper.linuxchile.cl</a><br><a href="http://monkey-project.com" target="_blank">http://monkey-project.com</a></div>

</div></div>