aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-05-19 13:47:16 -0700
committerChristopher Ferris <cferris@google.com>2017-05-23 13:44:34 -0700
commit31b185e344349e21dc6b89e742e9943824431480 (patch)
treed1775783851fd27985c9c847624a0afdd0dc5797
parentf187faa5fa26cbe71d308e0acd10a4003ec0c0be (diff)
downloadbionic-31b185e344349e21dc6b89e742e9943824431480.tar.gz
Fix missing function export.
Bug: 36401135 Test: Actually enable debug malloc and verify it loads properly. Test: Ran unit tests. (cherry picked from commit 2b0f2a48557ab2dd1171aa3ae79359ba44143a01) Change-Id: I1e349554a8420fb763bf25ccebcb55d84a19eb0e
-rw-r--r--libc/malloc_debug/exported32.map1
-rw-r--r--libc/malloc_debug/exported64.map1
2 files changed, 2 insertions, 0 deletions
diff --git a/libc/malloc_debug/exported32.map b/libc/malloc_debug/exported32.map
index a985ef9dd..59bb10283 100644
--- a/libc/malloc_debug/exported32.map
+++ b/libc/malloc_debug/exported32.map
@@ -13,6 +13,7 @@ LIBC_MALLOC_DEBUG {
debug_malloc_disable;
debug_malloc_enable;
debug_malloc_usable_size;
+ debug_mallopt;
debug_memalign;
debug_posix_memalign;
debug_pvalloc;
diff --git a/libc/malloc_debug/exported64.map b/libc/malloc_debug/exported64.map
index 1a6b30fae..ec9d84095 100644
--- a/libc/malloc_debug/exported64.map
+++ b/libc/malloc_debug/exported64.map
@@ -13,6 +13,7 @@ LIBC_MALLOC_DEBUG {
debug_malloc_disable;
debug_malloc_enable;
debug_malloc_usable_size;
+ debug_mallopt;
debug_memalign;
debug_posix_memalign;
debug_realloc;