Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/
Dalloc.pass.cpp39 void check_allocator ( const dynarray<T> &dyn, const Allocator &alloc ) { in check_allocator() function
51 check_allocator ( d1, alloc ); in test()
62 check_allocator ( d1, alloc1 ); in test()
67 check_allocator ( d2, alloc1 ); in test()
72 check_allocator ( d3, alloc2 ); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
Dsize.pass.cpp22 void check_allocator(unsigned n, Allocator const &alloc = Allocator()) in check_allocator() function
62 check_allocator<T, min_allocator<T>> ( 0 ); in main()
63 check_allocator<T, min_allocator<T>> ( 3 ); in main()