Home
last modified time | relevance | path

Searched refs:test_mr (Results 1 – 25 of 66) sorted by relevance

123

/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/
H A Drelease.cc27 __gnu_test::memory_resource test_mr; in test01() local
28 std::pmr::unsynchronized_pool_resource r(&test_mr); in test01()
30 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
32 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
34 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
36 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
38 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
61 nullable_memory_resource test_mr; in test02() local
62 std::pmr::unsynchronized_pool_resource r(&test_mr); in test02()
64 test_mr.upstream = nullptr; in test02()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/
H A Drelease.cc27 __gnu_test::memory_resource test_mr; in test01() local
28 std::pmr::unsynchronized_pool_resource r(&test_mr); in test01()
30 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
32 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
34 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
36 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
38 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
61 nullable_memory_resource test_mr; in test02() local
62 std::pmr::unsynchronized_pool_resource r(&test_mr); in test02()
64 test_mr.upstream = nullptr; in test02()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/
H A Drelease.cc31 __gnu_test::memory_resource test_mr; in test01() local
32 std::pmr::synchronized_pool_resource r(&test_mr); in test01()
34 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
36 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
38 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
65 nullable_memory_resource test_mr; in test02() local
66 std::pmr::synchronized_pool_resource r(&test_mr); in test02()
68 test_mr.upstream = nullptr; in test02()
75 __gnu_test::memory_resource test_mr; in test03() local
77 std::pmr::synchronized_pool_resource r(&test_mr); in test03()
[all …]
H A Dallocate.cc32 __gnu_test::memory_resource test_mr; in test01() local
34 std::pmr::synchronized_pool_resource r(&test_mr); in test01()
37 auto n = test_mr.number_of_active_allocations(); in test01()
44 VERIFY( test_mr.number_of_active_allocations() == n ); in test01()
52 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
75 nullable_memory_resource test_mr; in test02() local
76 std::pmr::synchronized_pool_resource r(&test_mr); in test02()
80 test_mr.upstream = nullptr; in test02()
89 test_mr.upstream = std::pmr::get_default_resource(); in test02()
95 __gnu_test::memory_resource test_mr; in test03() local
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/
H A Drelease.cc28 __gnu_test::memory_resource test_mr; in test01() local
29 std::pmr::unsynchronized_pool_resource r(&test_mr); in test01()
31 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
33 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
35 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
37 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
39 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
62 nullable_memory_resource test_mr; in test02() local
63 std::pmr::unsynchronized_pool_resource r(&test_mr); in test02()
65 test_mr.upstream = nullptr; in test02()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/
H A Drelease.cc31 __gnu_test::memory_resource test_mr; in test01() local
32 std::pmr::synchronized_pool_resource r(&test_mr); in test01()
34 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
36 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
38 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
65 nullable_memory_resource test_mr; in test02() local
66 std::pmr::synchronized_pool_resource r(&test_mr); in test02()
68 test_mr.upstream = nullptr; in test02()
75 __gnu_test::memory_resource test_mr; in test03() local
77 std::pmr::synchronized_pool_resource r(&test_mr); in test03()
[all …]
H A Dallocate.cc32 __gnu_test::memory_resource test_mr;
34 std::pmr::synchronized_pool_resource r(&test_mr);
37 auto n = test_mr.number_of_active_allocations();
44 VERIFY( test_mr.number_of_active_allocations() == n );
52 VERIFY( test_mr.number_of_active_allocations() == 0 );
75 nullable_memory_resource test_mr;
76 std::pmr::synchronized_pool_resource r(&test_mr);
80 test_mr.upstream = nullptr;
89 test_mr.upstream = std::pmr::get_default_resource();
95 __gnu_test::memory_resource test_mr;
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/
H A Drelease.cc31 __gnu_test::memory_resource test_mr; in test01() local
32 std::pmr::synchronized_pool_resource r(&test_mr); in test01()
34 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
36 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
38 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
65 nullable_memory_resource test_mr; in test02() local
66 std::pmr::synchronized_pool_resource r(&test_mr); in test02()
68 test_mr.upstream = nullptr; in test02()
75 __gnu_test::memory_resource test_mr; in test03() local
77 std::pmr::synchronized_pool_resource r(&test_mr); in test03()
[all …]
H A Dallocate.cc32 __gnu_test::memory_resource test_mr; in test01() local
34 std::pmr::synchronized_pool_resource r(&test_mr); in test01()
37 auto n = test_mr.number_of_active_allocations(); in test01()
44 VERIFY( test_mr.number_of_active_allocations() == n ); in test01()
52 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
75 nullable_memory_resource test_mr; in test02() local
76 std::pmr::synchronized_pool_resource r(&test_mr); in test02()
80 test_mr.upstream = nullptr; in test02()
89 test_mr.upstream = std::pmr::get_default_resource(); in test02()
95 __gnu_test::memory_resource test_mr; in test03() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/
H A Drelease.cc27 __gnu_test::memory_resource test_mr; in test01() local
28 std::pmr::unsynchronized_pool_resource r(&test_mr); in test01()
30 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
32 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
34 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
36 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
38 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
61 nullable_memory_resource test_mr; in test02() local
62 std::pmr::unsynchronized_pool_resource r(&test_mr); in test02()
64 test_mr.upstream = nullptr; in test02()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/
H A Drelease.cc28 __gnu_test::memory_resource test_mr; in test01() local
29 std::pmr::unsynchronized_pool_resource r(&test_mr); in test01()
31 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
33 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
35 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
37 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
39 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
62 nullable_memory_resource test_mr; in test02() local
63 std::pmr::unsynchronized_pool_resource r(&test_mr); in test02()
65 test_mr.upstream = nullptr; in test02()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/
H A Drelease.cc31 __gnu_test::memory_resource test_mr; in test01() local
32 std::pmr::synchronized_pool_resource r(&test_mr); in test01()
34 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
36 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
38 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
65 nullable_memory_resource test_mr; in test02() local
66 std::pmr::synchronized_pool_resource r(&test_mr); in test02()
68 test_mr.upstream = nullptr; in test02()
75 __gnu_test::memory_resource test_mr; in test03() local
77 std::pmr::synchronized_pool_resource r(&test_mr); in test03()
[all …]
H A Dallocate.cc32 __gnu_test::memory_resource test_mr; in test01() local
34 std::pmr::synchronized_pool_resource r(&test_mr); in test01()
37 auto n = test_mr.number_of_active_allocations(); in test01()
44 VERIFY( test_mr.number_of_active_allocations() == n ); in test01()
52 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
75 nullable_memory_resource test_mr; in test02() local
76 std::pmr::synchronized_pool_resource r(&test_mr); in test02()
80 test_mr.upstream = nullptr; in test02()
89 test_mr.upstream = std::pmr::get_default_resource(); in test02()
95 __gnu_test::memory_resource test_mr; in test03() local
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/
H A Drelease.cc28 __gnu_test::memory_resource test_mr; in test01() local
29 std::pmr::unsynchronized_pool_resource r(&test_mr); in test01()
31 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
33 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
35 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
37 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
39 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
62 nullable_memory_resource test_mr; in test02() local
63 std::pmr::unsynchronized_pool_resource r(&test_mr); in test02()
65 test_mr.upstream = nullptr; in test02()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/
H A Drelease.cc31 __gnu_test::memory_resource test_mr; in test01() local
32 std::pmr::synchronized_pool_resource r(&test_mr); in test01()
34 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
36 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
38 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
65 nullable_memory_resource test_mr; in test02() local
66 std::pmr::synchronized_pool_resource r(&test_mr); in test02()
68 test_mr.upstream = nullptr; in test02()
75 __gnu_test::memory_resource test_mr; in test03() local
77 std::pmr::synchronized_pool_resource r(&test_mr); in test03()
[all …]
H A Dallocate.cc32 __gnu_test::memory_resource test_mr; in test01() local
34 std::pmr::synchronized_pool_resource r(&test_mr); in test01()
37 auto n = test_mr.number_of_active_allocations(); in test01()
44 VERIFY( test_mr.number_of_active_allocations() == n ); in test01()
52 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
75 nullable_memory_resource test_mr; in test02() local
76 std::pmr::synchronized_pool_resource r(&test_mr); in test02()
80 test_mr.upstream = nullptr; in test02()
89 test_mr.upstream = std::pmr::get_default_resource(); in test02()
95 __gnu_test::memory_resource test_mr; in test03() local
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/
H A Drelease.cc28 __gnu_test::memory_resource test_mr; in test01() local
29 std::pmr::unsynchronized_pool_resource r(&test_mr); in test01()
31 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
33 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
35 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
37 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
39 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
62 nullable_memory_resource test_mr; in test02() local
63 std::pmr::unsynchronized_pool_resource r(&test_mr); in test02()
65 test_mr.upstream = nullptr; in test02()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/
H A Drelease.cc31 __gnu_test::memory_resource test_mr; in test01() local
32 std::pmr::synchronized_pool_resource r(&test_mr); in test01()
34 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
36 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
38 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
65 nullable_memory_resource test_mr; in test02() local
66 std::pmr::synchronized_pool_resource r(&test_mr); in test02()
68 test_mr.upstream = nullptr; in test02()
75 __gnu_test::memory_resource test_mr; in test03() local
77 std::pmr::synchronized_pool_resource r(&test_mr); in test03()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/
H A Drelease.cc31 __gnu_test::memory_resource test_mr; in test01() local
32 std::pmr::synchronized_pool_resource r(&test_mr); in test01()
34 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
36 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
38 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
65 nullable_memory_resource test_mr; in test02() local
66 std::pmr::synchronized_pool_resource r(&test_mr); in test02()
68 test_mr.upstream = nullptr; in test02()
75 __gnu_test::memory_resource test_mr; in test03() local
77 std::pmr::synchronized_pool_resource r(&test_mr); in test03()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/
H A Drelease.cc31 __gnu_test::memory_resource test_mr; in test01() local
32 std::pmr::synchronized_pool_resource r(&test_mr); in test01()
34 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
36 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
38 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
65 nullable_memory_resource test_mr; in test02() local
66 std::pmr::synchronized_pool_resource r(&test_mr); in test02()
68 test_mr.upstream = nullptr; in test02()
75 __gnu_test::memory_resource test_mr; in test03() local
77 std::pmr::synchronized_pool_resource r(&test_mr); in test03()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/
H A Drelease.cc28 __gnu_test::memory_resource test_mr; in test01() local
29 std::pmr::unsynchronized_pool_resource r(&test_mr); in test01()
31 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
33 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
35 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
37 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
39 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
62 nullable_memory_resource test_mr; in test02() local
63 std::pmr::unsynchronized_pool_resource r(&test_mr); in test02()
65 test_mr.upstream = nullptr; in test02()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/
H A Drelease.cc31 __gnu_test::memory_resource test_mr; in test01() local
32 std::pmr::synchronized_pool_resource r(&test_mr); in test01()
34 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
36 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
38 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
65 nullable_memory_resource test_mr; in test02() local
66 std::pmr::synchronized_pool_resource r(&test_mr); in test02()
68 test_mr.upstream = nullptr; in test02()
75 __gnu_test::memory_resource test_mr; in test03() local
77 std::pmr::synchronized_pool_resource r(&test_mr); in test03()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/
H A Drelease.cc27 __gnu_test::memory_resource test_mr; in test01() local
28 std::pmr::unsynchronized_pool_resource r(&test_mr); in test01()
30 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
32 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
34 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
36 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
38 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
61 nullable_memory_resource test_mr; in test02() local
62 std::pmr::unsynchronized_pool_resource r(&test_mr); in test02()
64 test_mr.upstream = nullptr; in test02()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/synchronized_pool_resource/
H A Drelease.cc31 __gnu_test::memory_resource test_mr; in test01() local
32 std::pmr::synchronized_pool_resource r(&test_mr); in test01()
34 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
36 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
38 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
65 nullable_memory_resource test_mr; in test02() local
66 std::pmr::synchronized_pool_resource r(&test_mr); in test02()
68 test_mr.upstream = nullptr; in test02()
75 __gnu_test::memory_resource test_mr; in test03() local
77 std::pmr::synchronized_pool_resource r(&test_mr); in test03()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/
H A Drelease.cc28 __gnu_test::memory_resource test_mr; in test01() local
29 std::pmr::unsynchronized_pool_resource r(&test_mr); in test01()
31 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
33 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
35 VERIFY( test_mr.number_of_active_allocations() != 0 ); in test01()
37 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
39 VERIFY( test_mr.number_of_active_allocations() == 0 ); in test01()
62 nullable_memory_resource test_mr; in test02() local
63 std::pmr::unsynchronized_pool_resource r(&test_mr); in test02()
65 test_mr.upstream = nullptr; in test02()
[all …]

123