HelenOS sources
const_void_pointer 100 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp static pointer allocate(Alloc& alloc, size_type n, const_void_pointer hint)
const_void_pointer 102 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp if constexpr (aux::alloc_has_hint_allocate<Alloc, size_type, const_void_pointer>::value)
const_void_pointer 134 uspace/lib/cpp/include/__bits/memory/type_getters.hpp struct alloc_get_const_void_pointer<T, Ptr, void_t<typename T::const_void_pointer>>
const_void_pointer 135 uspace/lib/cpp/include/__bits/memory/type_getters.hpp : aux::type_is<typename T::const_void_pointer>
const_void_pointer 228 uspace/lib/cpp/src/__bits/test/memory.cpp std::is_same_v<typename dummy_traits1::const_void_pointer, const void*>
const_void_pointer 273 uspace/lib/cpp/src/__bits/test/memory.cpp std::is_same_v<typename dummy_traits2::const_void_pointer, volatile bool*>
HelenOS homepage, sources at GitHub