aboutsummaryrefslogtreecommitdiffstats
path: root/libc/libc.x86.map
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2016-04-27 18:16:16 -0700
committerDimitry Ivanov <dimitry@google.com>2016-04-27 18:16:16 -0700
commit54548d8cf91ba2e891b2dd0d25ae5956c62ad3ef (patch)
tree571890de1fe62806e25cb16c5858bfc48acfc6df /libc/libc.x86.map
parente1be20f648abffd115bb699d3b14bd07c7c1430b (diff)
downloadandroid_bionic-54548d8cf91ba2e891b2dd0d25ae5956c62ad3ef.tar.gz
android_bionic-54548d8cf91ba2e891b2dd0d25ae5956c62ad3ef.tar.bz2
android_bionic-54548d8cf91ba2e891b2dd0d25ae5956c62ad3ef.zip
Make malloc debug symbols platform-private
Bug: http://b/28432442 Change-Id: I96b9cb8b57726b4e8d53069e72666cf107cdeba2
Diffstat (limited to 'libc/libc.x86.map')
-rw-r--r--libc/libc.x86.map8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/libc.x86.map b/libc/libc.x86.map
index b98f8656d..f0679c052 100644
--- a/libc/libc.x86.map
+++ b/libc/libc.x86.map
@@ -623,10 +623,6 @@ LIBC {
madvise;
mallinfo;
malloc;
- malloc_backtrace;
- malloc_disable;
- malloc_enable;
- malloc_iterate;
malloc_info;
malloc_usable_size;
mbrlen;
@@ -1358,4 +1354,8 @@ LIBC_PLATFORM {
android_net_res_stats_get_info_for_net;
android_net_res_stats_aggregate;
android_net_res_stats_get_usable_servers;
+ malloc_backtrace;
+ malloc_disable;
+ malloc_enable;
+ malloc_iterate;
} LIBC_O;