HelenOS sources

allocator_type    328 uspace/lib/cpp/include/__bits/adt/deque.hpp             using allocator_type  = Allocator;
allocator_type     72 uspace/lib/cpp/include/__bits/adt/hash_table.hpp             using allocator_type = Alloc;
allocator_type    350 uspace/lib/cpp/include/__bits/adt/list.hpp             using allocator_type  = Allocator;
allocator_type     57 uspace/lib/cpp/include/__bits/adt/map.hpp             using allocator_type  = Alloc;
allocator_type    720 uspace/lib/cpp/include/__bits/adt/map.hpp             using allocator_type  = Alloc;
allocator_type     51 uspace/lib/cpp/include/__bits/adt/rbtree.hpp             using allocator_type = Alloc;
allocator_type     56 uspace/lib/cpp/include/__bits/adt/set.hpp             using allocator_type  = Alloc;
allocator_type    537 uspace/lib/cpp/include/__bits/adt/set.hpp             using allocator_type  = Alloc;
allocator_type     59 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp             using allocator_type  = Alloc;
allocator_type    734 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp             using allocator_type  = Alloc;
allocator_type     57 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp             using allocator_type  = Alloc;
allocator_type    473 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp             using allocator_type  = Alloc;
allocator_type     51 uspace/lib/cpp/include/__bits/adt/vector.hpp             using allocator_type         = Allocator;
allocator_type     50 uspace/lib/cpp/include/__bits/io/sstream.hpp             using allocator_type = Allocator;
allocator_type    299 uspace/lib/cpp/include/__bits/io/sstream.hpp             using allocator_type = Allocator;
allocator_type    381 uspace/lib/cpp/include/__bits/io/sstream.hpp             using allocator_type = Allocator;
allocator_type    460 uspace/lib/cpp/include/__bits/io/sstream.hpp             using allocator_type = Allocator;
allocator_type     74 uspace/lib/cpp/include/__bits/memory/allocator_traits.hpp         using allocator_type = Alloc;
allocator_type    446 uspace/lib/cpp/include/__bits/string/string.hpp             using allocator_type  = Allocator;
HelenOS homepage, sources at GitHub