Home
last modified time | relevance | path

Searched refs:alloc1 (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/
Dalloc.pass.cpp56 void test ( const T &val, const Allocator &alloc1, const Allocator &alloc2 ) { in test() argument
59 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()