From c0f110b398751375d9bf1aeaf3d8ae1812ba60e3 Mon Sep 17 00:00:00 2001 From: ncteisen Date: Mon, 16 Jul 2018 21:40:16 -0700 Subject: Revert "REVERT THIS: fix alignment to fix tests for now" This reverts commit 1f325781bced4f6311462cf4e7682aa99ea34d0b. --- src/core/lib/gprpp/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/lib/gprpp') diff --git a/src/core/lib/gprpp/memory.h b/src/core/lib/gprpp/memory.h index 107f358091..e90bedcd9b 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 = 16; +constexpr size_t kAlignmentForDefaultAllocationInBytes = 8; // Alternative to new, since we cannot use it (for fear of libstdc++) template -- cgit v1.2.3