Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_serial.h27 std::allocator<_Tp> __allocator_; variable
35 …__buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {} in __buffer()
43 ~__buffer() { __allocator_.deallocate(__ptr_, __buf_size_); } in ~__buffer()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_serial.h27 std::allocator<_Tp> __allocator_; variable
35 …__buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {} in __buffer()
43 ~__buffer() { __allocator_.deallocate(__ptr_, __buf_size_); } in ~__buffer()