This is somewhat academic, macOS 10.15 dropped x86 in 2019,
Valgrind does not support macOS 10.14 x86 since it uses AVX.
The last version of macOS x86 that we do have support for is
macOS 10.13 which was released in 2017 and ended support in
2020.
]]></screen>
Arguments of type <computeroutput>size_t</computeroutput> need to be replaced
with <computeroutput>unsigned long</computeroutput> on 64bit platforms and <computeroutput>unsigned</computeroutput>
- on 32bit platforms.
+ on 32bit platforms. macOS x86 is the exception to that rule, using
+ <computeroutput>unsigned long</computeroutput> for size_t.
</para>
<para><option>--alloc-fn</option> will work with inline functions.