commit | d69ee59594088c0d92ba9273188ef53ea5e6cd6a | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Feb 05 18:14:55 2018 -0800 |
committer | Christopher Ferris <cferris@google.com> | Tue Feb 06 14:28:57 2018 -0800 |
tree | f2784e90756ca35cfc4d96b3d4754a9c5fd23f1a | |
parent | 5effd2118503a4c49200a307dad862ec811ef908 [diff] [blame] |
Add aligned_alloc to libc. Bug: 72969374 Test: Bionic unit tests pass. Test: Malloc debug unit tests pass. Change-Id: I235985bbc638855d94249c97c98f14ab2924bda0
diff --git a/libc/malloc_debug/exported32.map b/libc/malloc_debug/exported32.map index e92a7cf..78a6990 100644 --- a/libc/malloc_debug/exported32.map +++ b/libc/malloc_debug/exported32.map
@@ -1,5 +1,6 @@ LIBC_MALLOC_DEBUG { global: + debug_aligned_alloc; debug_calloc; debug_dump_heap; debug_finalize;