Merge "Modify the wording of the mallopt." am: a12856c579 am: f0fdd0b0fb

Original change: https://android-review.googlesource.com/c/platform/bionic/+/2569770

Change-Id: I1cb5c6c77691f61e12316e0aa47b53222e1fa75c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Christopher Ferris 2023-04-28 18:30:28 +00:00 committed by Automerger Merge Worker
commit d0cba8a7bc

View file

@ -232,8 +232,9 @@ int malloc_info(int __must_be_zero, FILE* _Nonnull __fp) __INTRODUCED_IN(23);
/**
* mallopt() option for per-thread memory initialization tuning.
* The value argument should be one of:
* 1: Disable automatic heap initialization and, where possible, memory tagging,
* on this thread.
* 1: Disable automatic heap initialization on this thread only.
* If memory tagging is enabled, disable as much as possible of the
* memory tagging initialization for this thread.
* 0: Normal behavior.
*
* Available since API level 31.