An allocator that uses global new, as per [20.4].
Class new_allocator<_Tp>
#include <Geode/c++stl/gnustl/ext/new_allocator.h>template<typename _Tp>classnew_allocator{ ... }
_Tp
Type of allocated object.
Examples0
Public static methods0
Public member functions8
template<typename _Tp1>voidnew_allocator<_Tp>()
No description provided
__gnu_cxx::new_allocator::pointeraddress()const
No description provided
__gnu_cxx::new_allocator::const_pointeraddress()const
No description provided
__gnu_cxx::new_allocator::pointerallocate(,)
No description provided
voiddeallocate(,)
No description provided
__gnu_cxx::new_allocator::size_typemax_size()const
No description provided
template<typename _Up,typename... _Args>voidconstruct(_Up*__p,_Args &&...__args)
No description provided