OSDN Git Service

Fix missing function export.
authorChristopher Ferris <cferris@google.com>
Fri, 19 May 2017 20:47:16 +0000 (13:47 -0700)
committerChristopher Ferris <cferris@google.com>
Tue, 23 May 2017 20:44:34 +0000 (13:44 -0700)
Bug: 36401135

Test: Actually enable debug malloc and verify it loads properly.
Test: Ran unit tests.
(cherry picked from commit 2b0f2a48557ab2dd1171aa3ae79359ba44143a01)

Change-Id: I1e349554a8420fb763bf25ccebcb55d84a19eb0e

libc/malloc_debug/exported32.map
libc/malloc_debug/exported64.map

index a985ef9..59bb102 100644 (file)
@@ -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;
index 1a6b30f..ec9d840 100644 (file)
@@ -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;