/third_party/flutter/skia/tests/ |
D | GrAllocatorTest.cpp | 75 SkTArray<GrTAllocator<C>*> allocators; in DEF_TEST() local 77 allocators.push_back(&a1); in DEF_TEST() 79 allocators.push_back(&a2); in DEF_TEST() 81 allocators.push_back(&a5); in DEF_TEST() 84 allocators.push_back(&a1); in DEF_TEST() 86 allocators.push_back(&sa3); in DEF_TEST() 88 allocators.push_back(&sa4); in DEF_TEST() 90 for (int i = 0; i < allocators.count(); ++i) { in DEF_TEST() 91 check_allocator(allocators[i], 0, 0, reporter); in DEF_TEST() 92 check_allocator(allocators[i], 1, 1, reporter); in DEF_TEST() [all …]
|
/third_party/boost/boost/geometry/index/detail/rtree/node/ |
D | variant_dynamic.hpp | 98 allocators<Allocator, Value, Parameters, Box, Tag>, 112 class allocators<Allocator, Value, Parameters, Box, node_variant_dynamic_tag> class 146 inline allocators() in allocators() function in boost::geometry::index::detail::rtree::allocators 151 inline explicit allocators(Alloc const& alloc) in allocators() function in boost::geometry::index::detail::rtree::allocators 155 inline allocators(BOOST_FWD_REF(allocators) a) in allocators() function in boost::geometry::index::detail::rtree::allocators 159 inline allocators & operator=(BOOST_FWD_REF(allocators) a) in operator =() 166 inline allocators & operator=(allocators const& a) in operator =() 173 void swap(allocators & a) in swap() 178 bool operator==(allocators const& a) const { return node_allocator() == a.node_allocator(); } in operator ==() 237 apply(Allocators & allocators) in apply() [all …]
|
D | weak_dynamic.hpp | 93 allocators<Allocator, Value, Parameters, Box, Tag>, 109 allocators<Allocator, Value, Parameters, Box, Tag>, 120 class allocators<Allocator, Value, Parameters, Box, node_weak_dynamic_tag> class 162 inline allocators() in allocators() function in boost::geometry::index::detail::rtree::allocators 168 inline explicit allocators(Alloc const& alloc) in allocators() function in boost::geometry::index::detail::rtree::allocators 173 inline allocators(BOOST_FWD_REF(allocators) a) in allocators() function in boost::geometry::index::detail::rtree::allocators 178 inline allocators & operator=(BOOST_FWD_REF(allocators) a) in operator =() 186 inline allocators & operator=(allocators const& a) in operator =() 194 void swap(allocators & a) in swap() 200 bool operator==(allocators const& a) const { return leaf_allocator() == a.leaf_allocator(); } in operator ==() [all …]
|
D | variant_static.hpp | 82 class allocators<Allocator, Value, Parameters, Box, node_variant_static_tag> class 115 inline allocators() in allocators() function in boost::geometry::index::detail::rtree::allocators 120 inline explicit allocators(Alloc const& alloc) in allocators() function in boost::geometry::index::detail::rtree::allocators 124 inline allocators(BOOST_FWD_REF(allocators) a) in allocators() function in boost::geometry::index::detail::rtree::allocators 128 inline allocators & operator=(BOOST_FWD_REF(allocators) a) in operator =() 135 inline allocators & operator=(allocators const& a) in operator =() 142 void swap(allocators & a) in swap() 147 bool operator==(allocators const& a) const { return node_allocator() == a.node_allocator(); } in operator ==()
|
D | weak_static.hpp | 77 class allocators<Allocator, Value, Parameters, Box, node_weak_static_tag> class 119 inline allocators() in allocators() function in boost::geometry::index::detail::rtree::allocators 125 inline explicit allocators(Alloc const& alloc) in allocators() function in boost::geometry::index::detail::rtree::allocators 130 inline allocators(BOOST_FWD_REF(allocators) a) in allocators() function in boost::geometry::index::detail::rtree::allocators 135 inline allocators & operator=(BOOST_FWD_REF(allocators) a) in operator =() 143 inline allocators & operator=(allocators const& a) in operator =() 151 void swap(allocators & a) in swap() 157 bool operator==(allocators const& a) const { return leaf_allocator() == a.leaf_allocator(); } in operator ==()
|
D | node.hpp | 114 allocators_type & allocators) in apply() 116 detail::rtree::visitors::destroy<MembersHolder>::apply(element.second, allocators); in apply() 134 inline static void apply(Range & elements, allocators_type & allocators) in apply() 136 apply(boost::begin(elements), boost::end(elements), allocators); in apply() 140 inline static void apply(It first, It last, allocators_type & allocators) in apply() 148 apply_dispatch(first, last, allocators, is_range_of_values()); in apply() 153 inline static void apply_dispatch(It first, It last, allocators_type & allocators, in apply_dispatch() 158 detail::rtree::visitors::destroy<MembersHolder>::apply(first->second, allocators); in apply_dispatch()
|
D | subtree_destroyer.hpp | 36 subtree_destroyer(pointer ptr, allocators_type & allocators) in subtree_destroyer() argument 38 , m_allocators(allocators) in subtree_destroyer()
|
D | concept.hpp | 55 class allocators class 60 (allocators));
|
/third_party/boost/libs/geometry/index/test/rtree/exceptions/ |
D | test_throwing_node.hpp | 177 class allocators<Allocator, Value, Parameters, Box, node_throwing_static_tag> class 181 allocators<Allocator, Value, Parameters, Box, node_throwing_static_tag>, 202 typename node<Value, Parameters, Box, allocators, node_throwing_static_tag>::type 210 typename node<Value, Parameters, Box, allocators, node_throwing_static_tag>::type 213 inline allocators() in allocators() function in boost::geometry::index::detail::rtree::allocators 218 inline explicit allocators(Alloc const& alloc) in allocators() function in boost::geometry::index::detail::rtree::allocators 222 inline allocators(BOOST_FWD_REF(allocators) a) in allocators() function in boost::geometry::index::detail::rtree::allocators 226 inline allocators & operator=(BOOST_FWD_REF(allocators) a) in operator =() 233 inline allocators & operator=(allocators const& a) in operator =() 240 void swap(allocators & a) in swap() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/ |
D | meson.build | 2 'allocators.h', 3 'allocators-prelude.h', 8 install_headers(gst_allocators_headers, subdir : 'gstreamer-1.0/gst/allocators/') 22 pkg_name = 'gstreamer-allocators-1.0' 34 gst_gir_extra_args = gir_init_section + [ '--c-include=gst/allocators/allocators.h' ] 60 meson.override_dependency('gstreamer-allocators-1.0', allocators_dep)
|
/third_party/boost/boost/geometry/index/detail/rtree/ |
D | pack_create.hpp | 169 allocators_type & allocators) in apply() argument 172 allocators, boost::container::new_allocator<void>()); in apply() 181 allocators_type & allocators, in apply() argument 223 parameters, translator, allocators); in apply() 292 allocators_type & allocators) in per_level() argument 305 …node_pointer n = rtree::create_node<allocators_type, leaf>::apply(allocators); … in per_level() 306 subtree_destroyer auto_remover(n, allocators); in per_level() 353 …node_pointer n = rtree::create_node<allocators_type, internal_node>::apply(allocators); … in per_level() 354 subtree_destroyer auto_remover(n, allocators); in per_level() 365 parameters, translator, allocators); in per_level() [all …]
|
/third_party/boost/libs/container/proj/ |
D | to-do.txt | 2 ->Add an example with stateful allocators 17 -> Review container documentation in swap/copy/move regarding allocators 19 Check all move constructors: swap might not be a valid idiom, allocators must be move constructed, 24 Test different propagation values and with inequal allocators 31 Test move constructors with data values and unequal allocators 52 Detect always equal or unequal allocators at compiler time. operator== returns true_type or false_t…
|
/third_party/boost/boost/geometry/index/detail/rtree/visitors/ |
D | destroy.hpp | 34 inline destroy(node_pointer node, allocators_type & allocators) in destroy() argument 36 , m_allocators(allocators) in destroy() 67 static inline void apply(node_pointer node, allocators_type & allocators) in apply() argument 69 destroy v(node, allocators); in apply()
|
D | insert.hpp | 162 allocators_type & allocators) in apply() argument 167 …node_pointer n2_ptr = rtree::create_node<allocators_type, Node>::apply(allocators); … in apply() 185 …::apply(n, n2, n_box, box2, parameters, translator, allocators); … in apply() 207 rtree::destroy_element<MembersHolder>::apply(elements[max_size], allocators); in apply() 211 rtree::visitors::destroy<MembersHolder>::apply(n2_ptr, allocators); in apply() 293 allocators_type & allocators, in insert() argument 304 , m_allocators(allocators) in insert() 529 allocators_type & allocators, in insert() argument 532 : base(root, leafs_level, element, parameters, translator, allocators, relative_level) in insert() 598 allocators_type & allocators, in insert() argument [all …]
|
D | copy.hpp | 38 explicit inline copy(allocators_type & allocators) in copy() argument 40 , m_allocators(allocators) in copy()
|
/third_party/boost/boost/geometry/index/detail/rtree/rstar/ |
D | insert.hpp | 82 allocators_type & allocators) in apply() argument 165 destroy_element<MembersHolder>::apply(it->second, allocators); in apply() 255 allocators_type & allocators, in level_insert_base() 257 : base(root, leafs_level, element, parameters, translator, allocators, relative_level) in level_insert_base() 358 allocators_type & allocators, in level_insert() 360 : base(root, leafs_level, element, parameters, translator, allocators, relative_level) in level_insert() 446 allocators_type & allocators, in level_insert() 448 : base(root, leafs_level, v, parameters, translator, allocators, relative_level) in level_insert() 505 allocators_type & allocators, in level_insert() 507 : base(root, leafs_level, v, parameters, translator, allocators, relative_level) in level_insert() [all …]
|
/third_party/node/test/parallel/ |
D | test-buffer-failed-alloc-typed-arrays.js | 16 const allocators = [ variable 23 for (const allocator of allocators) {
|
/third_party/python/Modules/ |
D | _tracemalloc.c | 34 } allocators; variable 254 return allocators.raw.malloc(allocators.raw.ctx, size); in raw_malloc() 260 allocators.raw.free(allocators.raw.ctx, ptr); in raw_free() 867 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &allocators.raw); in tracemalloc_init() 993 alloc.ctx = &allocators.raw; in tracemalloc_start() 994 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &allocators.raw); in tracemalloc_start() 1003 alloc.ctx = &allocators.mem; in tracemalloc_start() 1004 PyMem_GetAllocator(PYMEM_DOMAIN_MEM, &allocators.mem); in tracemalloc_start() 1007 alloc.ctx = &allocators.obj; in tracemalloc_start() 1008 PyMem_GetAllocator(PYMEM_DOMAIN_OBJ, &allocators.obj); in tracemalloc_start() [all …]
|
/third_party/boost/boost/geometry/index/detail/ |
D | serialization.hpp | 368 allocators_type & allocators) in apply() argument 371 … return raw_apply(ar, version, leafs_level, values_count, parameters, translator, allocators); in apply() 380 allocators_type & allocators, in raw_apply() argument 399 …node_pointer n = rtree::create_node<Allocators, internal_node>::apply(allocators); //… in raw_apply() 400 subtree_destroyer auto_remover(n, allocators); in raw_apply() 411 …_apply(ar, version, leafs_level, values_count, parameters, translator, allocators, current_level+1… in raw_apply() 422 …node_pointer n = rtree::create_node<Allocators, leaf>::apply(allocators); //… in raw_apply() 423 subtree_destroyer auto_remover(n, allocators); in raw_apply() 567 …aded_values_count, params, tree.members().translator(), tree.members().allocators()); … in load() 569 subtree_destroyer remover(n, tree.members().allocators()); in load() [all …]
|
/third_party/boost/libs/unordered/doc/ |
D | compliance.qbk | 27 [section:allocator_compliance Use of allocators] 30 the lax requirements for allocators in the old standard, but might need 31 some changes for allocators which worked with the old versions of the 62 [section:construction Construction/Destruction using allocators] 88 rebound allocators, this can cause problems if the allocator can't be
|
/third_party/python/Doc/c-api/ |
D | memory.rst | 28 several object-specific allocators operate on the same heap and implement 33 some of the work to the object-specific allocators, but ensures that the latter 89 the memory allocators used by Python. 103 table can be found at :ref:`here <default-memory-allocators>`. There is no hard 135 The :ref:`default raw memory allocator <default-memory-allocators>` uses 201 The :ref:`default memory allocator <default-memory-allocators>` uses the 300 Object allocators 308 There is no guarantee that the memory returned by these allocators can be 311 the :ref:`Customize Memory Allocators <customize-memory-allocators>` section. 313 The :ref:`default object allocator <default-memory-allocators>` uses the [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstallocator.c | 78 static GHashTable *allocators; variable 236 g_hash_table_insert (allocators, (gpointer) name, (gpointer) allocator); in gst_allocator_register() 257 allocator = g_hash_table_lookup (allocators, (gconstpointer) name); in gst_allocator_find() 602 allocators = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, in _priv_gst_allocator_initialize() 634 g_clear_pointer (&allocators, g_hash_table_unref); in _priv_gst_allocator_cleanup()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/ |
D | meson.build | 11 subdir('allocators') subdir
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandAllocator.cpp | 60 void CommandIterator::AcquireCommandBlocks(std::vector<CommandAllocator> allocators) { in AcquireCommandBlocks() argument 63 for (CommandAllocator& allocator : allocators) { in AcquireCommandBlocks()
|
/third_party/boost/libs/interprocess/doc/ |
D | index.idx | 2 !scan-path "boost/interprocess/allocators" ".*.hpp" false
|