From 1f325781bced4f6311462cf4e7682aa99ea34d0b Mon Sep 17 00:00:00 2001 From: ncteisen Date: Sun, 15 Jul 2018 22:20:32 -0700 Subject: [PATCH] REVERT THIS: fix alignment to fix tests for now --- src/core/lib/gprpp/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/lib/gprpp/memory.h b/src/core/lib/gprpp/memory.h index e90bedcd9b4..107f358091b 100644 --- a/src/core/lib/gprpp/memory.h +++ b/src/core/lib/gprpp/memory.h @@ -41,7 +41,7 @@ namespace grpc_core { // The alignment of memory returned by gpr_malloc(). -constexpr size_t kAlignmentForDefaultAllocationInBytes = 8; +constexpr size_t kAlignmentForDefaultAllocationInBytes = 16; // Alternative to new, since we cannot use it (for fear of libstdc++) template