diff options
author | Colin Cross <ccross@android.com> | 2016-01-29 12:48:18 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2016-02-18 15:05:38 -0800 |
commit | 869691c6f7691dd5bf343617aa185c32e0d3d160 (patch) | |
tree | aa0cb5619aa90a899a31ca0ba250cb180c5d1302 /libc/malloc_debug/tests/malloc_debug_unit_tests.cpp | |
parent | aca201358b910e5a4b925c639902387fbdfd9016 (diff) |
Export malloc_iterate and friends
Export malloc_iterate, malloc_enable, and malloc_disable to be used by
libmemunreachable.
Change-Id: I08a50349af82a95d096b6b4cbac37ababe4b9b06
Diffstat (limited to 'libc/malloc_debug/tests/malloc_debug_unit_tests.cpp')
-rw-r--r-- | libc/malloc_debug/tests/malloc_debug_unit_tests.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/malloc_debug/tests/malloc_debug_unit_tests.cpp b/libc/malloc_debug/tests/malloc_debug_unit_tests.cpp index b316e8a40..28729e8ac 100644 --- a/libc/malloc_debug/tests/malloc_debug_unit_tests.cpp +++ b/libc/malloc_debug/tests/malloc_debug_unit_tests.cpp @@ -121,6 +121,9 @@ MallocDispatch MallocDebugTest::dispatch = { #if defined(HAVE_DEPRECATED_MALLOC_FUNCS) nullptr, #endif + nullptr, + nullptr, + nullptr, }; void VerifyAllocCalls() { |