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 03:14:26 +0000 (19:14 -0800)
commit0e2a0265798ed47cbbf6977f0f84cf81d93173a6
tree888f3e9a96e38769cddae99ce0b9eb2881aa5c4d
parentf2d516b3f9ef901991387ee473140ea24feaab48
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
Change-Id: Ice9932d1419e59c07483c4c9fcdb84970844f0a6
libc/malloc_debug/tests/malloc_debug_config_tests.cpp