[libcxx-commits] [PATCH] D59704: Changed buffer API to receive policy instance.
Mikhail Dvorskiy via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 22 10:03:21 PDT 2019
MikeDvorskiy created this revision.
MikeDvorskiy added reviewers: rodgert, ldionne.
Herald added subscribers: libcxx-commits, jdoerfert.
Changed buffer API to receive policy instance. It may be necessary for the other back-ends, where dynamic memory is not available and custom memory allocator may be provided by a custom policy.
Repository:
rPSTL pstl
https://reviews.llvm.org/D59704
Files:
include/pstl/internal/algorithm_impl.h
include/pstl/internal/parallel_backend_tbb.h
include/pstl/internal/parallel_backend_utils.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59704.191902.patch
Type: text/x-patch
Size: 8886 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190322/091daf48/attachment-0001.bin>
More information about the libcxx-commits
mailing list