fix another README typo

This commit is contained in:
Daniel Micay 2019-11-06 05:12:50 -05:00
parent ac95820fae
commit 2fbf7bb25e

View File

@ -777,10 +777,10 @@ On Android, `mallinfo` is used for [mallinfo-based garbage collection
triggering](https://developer.android.com/preview/features#mallinfo) so triggering](https://developer.android.com/preview/features#mallinfo) so
hardened\_malloc enables `CONFIG_STATS` by default. The `malloc_info` hardened\_malloc enables `CONFIG_STATS` by default. The `malloc_info`
implementation on Android is the standard one in Bionic, with the information implementation on Android is the standard one in Bionic, with the information
is provided to Bionic via Android's internal extended `mallinfo` API with provided to Bionic via Android's internal extended `mallinfo` API with support
support for arenas and size class bins. This means the `malloc_info` output is for arenas and size class bins. This means the `malloc_info` output is fully
fully compatible, including still having `jemalloc-1` as the version of the compatible, including still having `jemalloc-1` as the version of the data
data format to retain compatibility with existing tooling. format to retain compatibility with existing tooling.
On non-Android Linux, `mallinfo` has zeroed fields even with `CONFIG_STATS` On non-Android Linux, `mallinfo` has zeroed fields even with `CONFIG_STATS`
enabled because glibc `mallinfo` is inherently broken. It defines the fields as enabled because glibc `mallinfo` is inherently broken. It defines the fields as