Searched refs:test_allocator_base (Results 1 – 1 of 1) sorted by relevance
19 struct test_allocator_base struct26 explicit test_allocator_base( int id ): id_( id ) in test_allocator_base() function31 int test_allocator_base::last_global_id_ = 0;32 int test_allocator_base::count_ = 0;34 template<class T> class test_allocator: public test_allocator_base69 explicit test_allocator( int id = 0 ): test_allocator_base( id ) in test_allocator()73 template<class U> test_allocator( test_allocator<U> const & r ): test_allocator_base( r ) in test_allocator()79 test_allocator_base::operator=( r ); in operator =()138 template<> class test_allocator<void>: public test_allocator_base151 explicit test_allocator( int id = 0 ): test_allocator_base( id ) in test_allocator()[all …]