Merge "Fix comment to indicate android_mallopt is also available to APEXes."

This commit is contained in:
Treehugger Robot 2022-09-01 02:25:19 +00:00 committed by Gerrit Code Review
commit de01d6f0c2
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ typedef struct {
} android_mallopt_gwp_asan_options_t;
// Manipulates bionic-specific handling of memory allocation APIs such as
// malloc. Only for use by the Android platform itself.
// malloc. Only for use by the Android platform and APEXes.
//
// On success, returns true. On failure, returns false and sets errno.
extern "C" bool android_mallopt(int opcode, void* arg, size_t arg_size);