This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 590e3405e Teach malloc_allocator how to count bytes new f033db1b6 Refactor deque to centralize handling of spare blocks.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/deque | 98 +++---- .../sequences/deque/spare_block_handling.pass.cpp | 284 +++++++++++++++++++++ 2 files changed, 334 insertions(+), 48 deletions(-) create mode 100644 test/libcxx/containers/sequences/deque/spare_block_handling.pass.cpp