<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Le 14/05/2022 à 10:50, Rémi Bernon
      (@rbernon) a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:wine-wine-mr69-v1-note868@gitlab-mail-bridge">
      <pre class="moz-quote-pre" wrap="">Shouldn't this specify the deallocator too while we're at it changing global headers? It could perhaps find mismatches, or perhaps optimize even more combined malloc / free?

</pre>
    </blockquote>
    <p><font face="Helvetica, Arial, sans-serif">yes it could (even if
        the gcc version supporting it is newer)</font></p>
    <p><font face="Helvetica, Arial, sans-serif">could also be done for
        msvcrt fopen/fclose</font></p>
    <p><font face="Helvetica, Arial, sans-serif"><br>
      </font></p>
    <p><font face="Helvetica, Arial, sans-serif">from the initial patch,
        I wonder if adding the attribute to inline functions in heap.h
        is needed (as called function are already marked)<br>
      </font></p>
    <p><font face="Helvetica, Arial, sans-serif">I've been using this
        patch (generates one potential mismatch to be fixed)</font></p>
    <p><font face="Helvetica, Arial, sans-serif">A+<br>
      </font></p>
  </body>
</html>