diff options
author | Steven Laver <lavers@google.com> | 2019-08-07 15:49:43 -0700 |
---|---|---|
committer | Steven Laver <lavers@google.com> | 2019-08-07 15:49:43 -0700 |
commit | bfda022dd6fbbcea60e9f52496d90ece514b32da (patch) | |
tree | 97c69d2bdd0e0ff59d55a0d2a8596ed678cded3e /libc/include/malloc.h | |
parent | 70ebd716b3e81d304cda14d2bd77996cc2840962 (diff) | |
parent | 848e1d8a30a3465040edc27085927309fe6cbcff (diff) |
Merge RP1A.190528.001
Change-Id: If6e905407e26a19e0266185af46b4ff461c4d45e
Diffstat (limited to 'libc/include/malloc.h')
-rw-r--r-- | libc/include/malloc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/include/malloc.h b/libc/include/malloc.h index eba18a82b..aa046b94f 100644 --- a/libc/include/malloc.h +++ b/libc/include/malloc.h @@ -125,7 +125,8 @@ struct mallinfo { /** * [mallinfo(3)](http://man7.org/linux/man-pages/man3/mallinfo.3.html) returns - * information about the current state of the heap. + * information about the current state of the heap. Note that mallinfo() is + * inherently unreliable and consider using malloc_info() instead. */ struct mallinfo mallinfo(void); |