diff options
author | ncteisen <ncteisen@gmail.com> | 2018-07-16 21:40:16 -0700 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2018-07-16 21:40:16 -0700 |
commit | c0f110b398751375d9bf1aeaf3d8ae1812ba60e3 (patch) | |
tree | 9f526917b2e31be6a188777be3c4f0ca607ebcc7 /src/core/lib/gprpp | |
parent | d6c5c3c3e57fe4e2b687a23f29fd2ffab98ec10a (diff) |
Revert "REVERT THIS: fix alignment to fix tests for now"
This reverts commit 1f325781bced4f6311462cf4e7682aa99ea34d0b.
Diffstat (limited to 'src/core/lib/gprpp')
-rw-r--r-- | src/core/lib/gprpp/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <typename T, typename... Args> |