aboutsummaryrefslogtreecommitdiffstats
path: root/libc/private/bionic_malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/private/bionic_malloc.h')
-rw-r--r--libc/private/bionic_malloc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libc/private/bionic_malloc.h b/libc/private/bionic_malloc.h
index a9fa22d83..5f4a75d7f 100644
--- a/libc/private/bionic_malloc.h
+++ b/libc/private/bionic_malloc.h
@@ -32,11 +32,13 @@
// Opcodes for android_mallopt.
-// Marks the calling process as a profileable zygote child, possibly
-// initializing profiling infrastructure.
enum {
+ // Marks the calling process as a profileable zygote child, possibly
+ // initializing profiling infrastructure.
M_INIT_ZYGOTE_CHILD_PROFILING = 1,
#define M_INIT_ZYGOTE_CHILD_PROFILING M_INIT_ZYGOTE_CHILD_PROFILING
+ M_RESET_HOOKS = 2,
+#define M_RESET_HOOKS M_RESET_HOOKS
};
// Manipulates bionic-specific handling of memory allocation APIs such as