Searched refs:alloc1 (Results 1 – 2 of 2) 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()
50 %alloc1 = tail call noalias i8* @malloc(i64 4) nounwind54 store i8 1, i8* %alloc158 tail call void @free(i8* %alloc1) nounwind