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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/bitmap_allocator/
H A Dvariadic_construct.cc30 __gnu_cxx::bitmap_allocator<pair_type> alloc1; local
32 pair_type* ptp1 = alloc1.allocate(1);
33 alloc1.construct(ptp1, 3, 'a');
38 alloc1.deallocate(ptp1, 1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/malloc_allocator/
H A Dvariadic_construct.cc30 __gnu_cxx::malloc_allocator<pair_type> alloc1; local
32 pair_type* ptp1 = alloc1.allocate(1);
33 alloc1.construct(ptp1, 3, 'a');
38 alloc1.deallocate(ptp1, 1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/mt_allocator/
H A Dvariadic_construct.cc30 __gnu_cxx::__mt_alloc<pair_type> alloc1; local
32 pair_type* ptp1 = alloc1.allocate(1);
33 alloc1.construct(ptp1, 3, 'a');
38 alloc1.deallocate(ptp1, 1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/new_allocator/
H A Dvariadic_construct.cc30 __gnu_cxx::new_allocator<pair_type> alloc1; local
32 pair_type* ptp1 = alloc1.allocate(1);
33 alloc1.construct(ptp1, 3, 'a');
38 alloc1.deallocate(ptp1, 1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pool_allocator/
H A Dvariadic_construct.cc30 __gnu_cxx::__pool_alloc<pair_type> alloc1; local
32 pair_type* ptp1 = alloc1.allocate(1);
33 alloc1.construct(ptp1, 3, 'a');
38 alloc1.deallocate(ptp1, 1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/throw_allocator/
H A Dvariadic_construct.cc32 __gnu_cxx::throw_allocator_random<pair_type> alloc1; local
34 pair_type* ptp1 = alloc1.allocate(1);
35 alloc1.construct(ptp1, 3, 'a');
40 alloc1.deallocate(ptp1, 1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/array_allocator/
H A Dvariadic_construct.cc35 __gnu_cxx::array_allocator<pair_type, array_type> alloc1(&store);
36 pair_type* ptp1 = alloc1.allocate(1);
37 alloc1.construct(ptp1, 3, 'a');
42 alloc1.deallocate(ptp1, 1);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dchar_length_3.f9014 character(len=10), allocatable :: alloc1(:) variable in program:test
30 allocate(alloc1(1))
33 call arr(alloc1) ! { dg-warning "Character length mismatch" }
H A Dalloc_comp_basics_1.f9018 type :: alloc1 type in module:alloc_m
20 end type alloc1
32 type(alloc1), allocatable :: a1(:)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/allocator_traits/members/
H A Dselect.cc26 struct alloc1 struct
47 typedef std::allocator_traits<alloc1<X>> traits_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/
H A D25288.h37 allocator_type alloc1; local
39 list_type list1(alloc1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_allocator.h210 const Alloc1& alloc1 = lhs; local
212 return alloc1 == alloc2;
/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c2029 void *alloc1 = NULL;
2061 alloc1 = bfd_malloc (size);
2062 if (alloc1 == NULL)
2064 external_relocs = alloc1;
2084 if (alloc1 != NULL)
2085 free (alloc1);
2093 if (alloc1 != NULL)
2094 free (alloc1);
2023 void *alloc1 = NULL; local
/haiku-buildtools/binutils/bfd/
H A Delflink.c2408 void *alloc1 = NULL;
2443 alloc1 = bfd_malloc (size);
2444 if (alloc1 == NULL)
2446 external_relocs = alloc1;
2472 if (alloc1 != NULL)
2473 free (alloc1);
2481 if (alloc1 != NULL)
2482 free (alloc1);
2402 void *alloc1 = NULL; local

Completed in 584 milliseconds