Export malloc_iterate and friends
Export malloc_iterate, malloc_enable, and malloc_disable to be used by
libmemunreachable.
Bug: 27208635
(cherry picked from commit 869691c6f7691dd5bf343617aa185c32e0d3d160)
Change-Id: Ifa44421a84ac3be6a57fac28c4da501febe88c28
diff --git a/libc/libc.x86_64.map b/libc/libc.x86_64.map
index e1ccd4e..c7aca4f 100644
--- a/libc/libc.x86_64.map
+++ b/libc/libc.x86_64.map
@@ -552,6 +552,9 @@
madvise;
mallinfo;
malloc;
+ malloc_disable;
+ malloc_enable;
+ malloc_iterate;
malloc_info;
malloc_usable_size;
mbrlen;