Home
last modified time | relevance | path

Searched defs:allocator_t (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/asio/include/boost/asio/execution/
Dallocator.hpp39 struct allocator_t struct
43 static constexpr bool is_applicable_property_v =
47 static constexpr bool is_requirable = true;
50 static constexpr bool is_preferable = true;
/third_party/boost/boost/asio/execution/
Dallocator.hpp39 struct allocator_t struct
43 static constexpr bool is_applicable_property_v =
47 static constexpr bool is_requirable = true;
50 static constexpr bool is_preferable = true;
/third_party/boost/libs/interprocess/example/
Ddoc_managed_external_buffer.cpp38 allocator_t; in main() typedef
/third_party/boost/libs/geometry/doc/index/src/examples/rtree/
Dmapped_file.cpp34 typedef bi::allocator<value_t, bi::managed_mapped_file::segment_manager> allocator_t; in main() typedef
/third_party/node/src/
Dnode_http_common.h479 typedef typename T::allocator_t allocator_t; typedef
Dnode_http2.h260 typedef Http2Session allocator_t; typedef
/third_party/boost/boost/container/detail/
Dflat_tree.hpp465 typedef typename container_type::allocator_type allocator_t; typedef in boost::container::dtl::flat_tree