commit | 2b0f2a48557ab2dd1171aa3ae79359ba44143a01 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri May 19 13:47:16 2017 -0700 |
committer | Christopher Ferris <cferris@google.com> | Fri May 19 13:47:16 2017 -0700 |
tree | 9f4b094e2f7c5e8409be584613bf20db56474850 | |
parent | 8fbd15a6d0818916a821bc2138208f0251c9754f [diff] [blame] |
Fix missing function export. Bug: 36401135 Test: Actually enable debug malloc and verify it loads properly. Test: Ran unit tests. Change-Id: I9df1699b06bb14c5df2c3cab35dc2eb0819033f1
diff --git a/libc/malloc_debug/exported64.map b/libc/malloc_debug/exported64.map index 1a6b30f..ec9d840 100644 --- a/libc/malloc_debug/exported64.map +++ b/libc/malloc_debug/exported64.map
@@ -13,6 +13,7 @@ debug_malloc_disable; debug_malloc_enable; debug_malloc_usable_size; + debug_mallopt; debug_memalign; debug_posix_memalign; debug_realloc;