Home
last modified time | relevance | path

Searched refs:__allocator_ (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/pstl/include/pstl/internal/omp/
H A Dutil.h57 std::allocator<_Tp> __allocator_; variable
65 …__buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {} in __buffer()
74 ~__buffer() { __allocator_.deallocate(__ptr_, __buf_size_); } in ~__buffer()
/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dparallel_backend_serial.h31 std::allocator<_Tp> __allocator_; variable
39 …__buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {} in __buffer()
47 ~__buffer() { __allocator_.deallocate(__ptr_, __buf_size_); } in ~__buffer()