From 2fbf7bb25ec9a0b5648f91ed214029ef2a87eb85 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 6 Nov 2019 05:12:50 -0500 Subject: [PATCH] fix another README typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93d2c90..6b27ab9 100644 --- a/README.md +++ b/README.md @@ -777,10 +777,10 @@ On Android, `mallinfo` is used for [mallinfo-based garbage collection triggering](https://developer.android.com/preview/features#mallinfo) so hardened\_malloc enables `CONFIG_STATS` by default. The `malloc_info` implementation on Android is the standard one in Bionic, with the information -is provided to Bionic via Android's internal extended `mallinfo` API with -support for arenas and size class bins. This means the `malloc_info` output is -fully compatible, including still having `jemalloc-1` as the version of the -data format to retain compatibility with existing tooling. +provided to Bionic via Android's internal extended `mallinfo` API with support +for arenas and size class bins. This means the `malloc_info` output is fully +compatible, including still having `jemalloc-1` as the version of the data +format to retain compatibility with existing tooling. On non-Android Linux, `mallinfo` has zeroed fields even with `CONFIG_STATS` enabled because glibc `mallinfo` is inherently broken. It defines the fields as