Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dstring60 namespace pmr {
72 } // namespace pmr
84 struct hash<pmr::string>
85 : public __hash_string_base<pmr::string>
89 struct hash<pmr::u8string>
90 : public __hash_string_base<pmr::u8string>
94 struct hash<pmr::u16string>
95 : public __hash_string_base<pmr::u16string>
98 struct hash<pmr::u32string>
99 : public __hash_string_base<pmr::u32string>
[all …]
Dregex73 namespace pmr
81 // Use __normal_iterator directly, because pmr::string::const_iterator
82 // would require pmr::polymorphic_allocator to be complete.
90 } // namespace pmr
Dvector81 namespace pmr {
85 } // namespace pmr
87 namespace _GLIBCXX_STD_C::pmr {
90 = _GLIBCXX_STD_C::vector<_Tp, std::pmr::polymorphic_allocator<_Tp>>;
91 } // namespace _GLIBCXX_STD_C::pmr
Dmemory_resource55 namespace pmr
61 // The pmr::synchronized_pool_resource type is missing.
78 /// A pmr::memory_resource that uses `new` to allocate memory
83 /// A pmr::memory_resource that always throws `bad_alloc`
421 } // namespace pmr
423 /// Partial specialization for std::pmr::polymorphic_allocator
425 struct allocator_traits<pmr::polymorphic_allocator<_Tp>>
428 using allocator_type = pmr::polymorphic_allocator<_Tp>;
468 using rebind_alloc = pmr::polymorphic_allocator<_Up>;
471 using rebind_traits = allocator_traits<pmr::polymorphic_allocator<_Up>>;
[all …]
Dforward_list50 namespace pmr
55 } // namespace pmr
Dunordered_set59 namespace pmr
72 } // namespace pmr
Dunordered_map59 namespace pmr
72 } // namespace pmr
Dlist74 namespace pmr
79 } // namespace pmr
Dset74 namespace pmr
81 } // namespace pmr
Dmap74 namespace pmr
85 } // namespace pmr
Ddeque77 namespace pmr
82 } // namespace pmr
Dstacktrace759 namespace pmr
/netbsd/src/sys/arch/xen/xen/
Dprivcmd.c579 privcmd_mmap_resource_t* pmr = ap->a_data; in privcmd_mmap_resource() local
591 va0 = pmr->addr & ~PAGE_MASK; in privcmd_mmap_resource()
593 if (pmr->num == 0) in privcmd_mmap_resource()
597 if (((VM_MAXUSER_ADDRESS - va0) >> PGSHIFT) < pmr->num) in privcmd_mmap_resource()
604 pfns = kmem_alloc(sizeof(xen_pfn_t) * pmr->num, KM_SLEEP); in privcmd_mmap_resource()
607 base_paddr = xenmem_alloc_pa(pmr->num * PAGE_SIZE, PAGE_SIZE, true); in privcmd_mmap_resource()
609 for (i = 0; i < pmr->num; i++) { in privcmd_mmap_resource()
617 op.domid = pmr->dom; in privcmd_mmap_resource()
618 op.type = pmr->type; in privcmd_mmap_resource()
619 op.id = pmr->id; in privcmd_mmap_resource()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2018633 Implement std::pmr::synchronized_pool_resource
666 multithreaded tests using pmr::synchronized_pool_resource.
796 Implement std::pmr::unsynchronized_pool_resource
798 * include/std/memory_resource (std::pmr::__pool_resource): New class.
799 (std::pmr::unsynchronized_pool_resource): New class.
1234 errors caused by C++17 std::pmr alias templates.
2180 (experimental::pmr::match_results, experimental::pmr::cmatch)
2181 (experimental::pmr::smatch, experimental::pmr::wcmatch)
2182 (experimental::pmr::wsmatch): Do not declare for gcc4-compatible ABI,
2185 (experimental::pmr::basic_string, experimental::pmr::string)
[all …]
DChangeLog-20194806 hashing, because pmr::string depends on _GLIBCXX_USE_CXX11_ABI==1.
4808 [!_GLIBCXX_USE_CXX11_ABI]: Don't test pmr strings.
5284 * testsuite/20_util/variant/run.cc: Use pmr::string instead of string,
5296 (hash<pmr::string>, hash<pmr::u8string>, hash<pmr::u16string>)
5297 (hash<pmr::u32string>, hash<pmr::wstring>): Define for C++17.
5964 std::pmr::u8string.
5995 Validate std::experimental::pmr::u8string.
6395 * include/std/vector [_GLIBCXX_DEBUG] (_GLIBCXX_STD_C::pmr::vector):
DChangeLog-20211989 * include/std/string (pmr::wstring, hash<pmr::wstring>):
DChangeLog-20201085 * include/std/regex (pmr::smatch, pmr::wsmatch): Declare using
/netbsd/src/sys/arch/arm/cortex/
Dgic.c628 uint32_t pmr = gicc_read(sc, GICC_PMR); in armgic_attach() local
629 u_int priorities = 1 << popcount32(pmr); in armgic_attach()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20174033 (pre_defined_registers): Delete fpscr and pmr entries. Set
/netbsd/src/external/gpl3/gdb/dist/
DChangeLog13002 because GNU uname does not support -p. From pmr@pajato.com.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog12988 because GNU uname does not support -p. From pmr@pajato.com.
DChangeLog.git30925 Fix this by using instead std::pmr::polymorphic_allocator for c++20.
30944 This is exposed by using std::pmr::polymorphic_allocator instead of
/netbsd/src/external/gpl3/gcc/dist/
DChangeLog17318 because GNU uname does not support -p. From pmr@pajato.com.
DNEWS3378 + std::pmr::polymorphic_allocator<std::byte>.