Searched refs:alloc1 (Results 1 – 1 of 1) sorted by relevance
56 void test ( const T &val, const Allocator &alloc1, const Allocator &alloc2 ) { in test() argument59 dynA d1 ( 4, alloc1 ); in test()62 check_allocator ( d1, alloc1 ); in test()64 dynA d2 ( 7, val, alloc1 ); in test()67 check_allocator ( d2, alloc1 ); in test()