[PATCH] D48031: [scudo] Add C++17 aligned new/delete operators support

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 11 13:38:08 PDT 2018


cryptoad updated this revision to Diff 150832.
cryptoad marked 3 inline comments as done.
cryptoad added a comment.

OPERATOR_NEW_BODY now wraps OPERATOR_NEW_BODY_ALIGN.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D48031

Files:
  lib/scudo/scudo_allocator.cpp
  lib/scudo/scudo_allocator.h
  lib/scudo/scudo_malloc.cpp
  lib/scudo/scudo_new_delete.cpp
  test/scudo/aligned-new.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48031.150832.patch
Type: text/x-patch
Size: 12679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180611/2fd7df46/attachment.bin>


More information about the llvm-commits mailing list