HelenOS sources

allocator         284 uspace/lib/cpp/include/__bits/adt/bitset.hpp                 class Allocator = allocator<Char>
allocator         503 uspace/lib/cpp/include/__bits/adt/bitset.hpp         return os << set.template to_string<Char, Traits, allocator<Char>>(
allocator          40 uspace/lib/cpp/include/__bits/adt/deque.hpp     template<class T, class Allocator = allocator<T>>
allocator          42 uspace/lib/cpp/include/__bits/adt/list.hpp     template<class T, class Allocator = allocator<T>>
allocator          48 uspace/lib/cpp/include/__bits/adt/map.hpp         class Alloc = allocator<pair<const Key, Value>>
allocator         711 uspace/lib/cpp/include/__bits/adt/map.hpp         class Alloc = allocator<pair<const Key, Value>>
allocator          47 uspace/lib/cpp/include/__bits/adt/set.hpp         class Alloc = allocator<Key>
allocator         528 uspace/lib/cpp/include/__bits/adt/set.hpp         class Alloc = allocator<Key>
allocator          49 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp         class Alloc = allocator<pair<const Key, Value>>
allocator         724 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp         class Alloc = allocator<pair<const Key, Value>>
allocator          48 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp         class Alloc = allocator<Key>
allocator         464 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp         class Alloc = allocator<Key>
allocator          44 uspace/lib/cpp/include/__bits/adt/vector.hpp     template<class T, class Allocator = allocator<T>>
allocator          56 uspace/lib/cpp/include/__bits/io/iosfwd.hpp     class allocator;
allocator          78 uspace/lib/cpp/include/__bits/io/iosfwd.hpp              class Allocator = allocator<Char>>
allocator          82 uspace/lib/cpp/include/__bits/io/iosfwd.hpp              class Allocator = allocator<Char>>
allocator          86 uspace/lib/cpp/include/__bits/io/iosfwd.hpp              class Allocator = allocator<Char>>
allocator          90 uspace/lib/cpp/include/__bits/io/iosfwd.hpp              class Allocator = allocator<Char>>
allocator         153 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp     class allocator;
allocator         166 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp                 using other = allocator<U>;
allocator         188 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp                 using other = allocator<U>;
allocator         194 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp             allocator() noexcept = default;
allocator         196 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp             allocator(const allocator&) noexcept = default;
allocator         199 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp             allocator(const allocator<U>&) noexcept
allocator         202 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp             ~allocator() = default;
allocator         214 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp             pointer allocate(size_type n, allocator<void>::const_pointer = 0)
allocator         243 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp     bool operator==(const allocator<T1>&, const allocator<T2>&) noexcept
allocator         249 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp     bool operator!=(const allocator<T1>&, const allocator<T2>&) noexcept
allocator          38 uspace/lib/cpp/include/__bits/string/stringfwd.hpp     struct allocator;
allocator          43 uspace/lib/cpp/include/__bits/string/stringfwd.hpp         class Allocator = allocator<Char>
HelenOS homepage, sources at GitHub