Searched refs:__allocator_ (Results 1 – 2 of 2) sorted by relevance
27 std::allocator<_Tp> __allocator_; variable35 …__buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {} in __buffer()43 ~__buffer() { __allocator_.deallocate(__ptr_, __buf_size_); } in ~__buffer()