.TH "__gnu_cxx::new_allocator< _Tp >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_cxx::new_allocator< _Tp > \- An allocator that uses global new, as per C++03 [20\&.4\&.1]\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::__new_allocator< _Tp >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef std::ptrdiff_t \fBdifference_type\fP" .br .ti -1c .RI "typedef \fBstd::true_type\fP \fBpropagate_on_container_move_assignment\fP" .br .ti -1c .RI "typedef std::size_t \fBsize_type\fP" .br .ti -1c .RI "typedef _Tp \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBnew_allocator\fP (const \fBnew_allocator\fP &) noexcept" .br .ti -1c .RI "template \fBnew_allocator\fP (const \fBnew_allocator\fP< _Tp1 > &) noexcept" .br .ti -1c .RI "_Tp * \fBallocate\fP (size_type __n, const void *=static_cast< const void * >(0))" .br .ti -1c .RI "void \fBdeallocate\fP (_Tp *__p, size_type __n)" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_cxx::new_allocator< _Tp >"An allocator that uses global new, as per C++03 [20\&.4\&.1]\&. This is precisely the allocator defined in the C++ Standard\&. .IP "\(bu" 2 all allocation calls operator new .IP "\(bu" 2 all deallocation calls operator delete .PP .PP \fBTemplate Parameters\fP .RS 4 \fI_Tp\fP Type of allocated object\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.