[PATCH] D53120: Implement sized deallocation for std::allocator and friends.

Eric Fiselier via Phabricator reviews at reviews.llvm.org
Thu Oct 11 10:11:13 PDT 2018


EricWF updated this revision to Diff 169234.
EricWF marked an inline comment as done.
EricWF edited the summary of this revision.
EricWF added a comment.

- Address inline comments about using `0` as a sentinel value and the branches it requires.
- Convert `<valarray>` to use sized deallocation.


https://reviews.llvm.org/D53120

Files:
  include/__sso_allocator
  include/memory
  include/new
  include/valarray
  src/experimental/memory_resource.cpp
  test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53120.169234.patch
Type: text/x-patch
Size: 17932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20181011/ac94c46c/attachment-0001.bin>


More information about the libcxx-commits mailing list