OSDN Git Service

Fix wrong guard values for 64 bit.
authorChristopher Ferris <cferris@google.com>
Tue, 23 Feb 2016 03:14:26 +0000 (19:14 -0800)
committerChristopher Ferris <cferris@google.com>
Tue, 23 Feb 2016 19:19:59 +0000 (11:19 -0800)
commita071f48b1f2088c4dd1a18dac58834e4488ac563
treeea79a2c9d1ec7de9e9bdecaefbccbf3aaa136455
parent31e4472dc7779f4de13975090fc88b1e5dfb52b2
Fix wrong guard values for 64 bit.

I added the code to force alignments of 8 for 32 bit and 16 for 64 bit,
but I missed a couple of tests that failed due to this change. Fix the
failing tests.

Bug: 26739265

(cherry picked from commit 0e2a0265798ed47cbbf6977f0f84cf81d93173a6)

Change-Id: I21c3e26a340df6e427f06625e525b88b19b0cae1
libc/malloc_debug/tests/malloc_debug_config_tests.cpp