Home
last modified time | relevance | path

Searched refs:alloc_type (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dsaved_handler.hpp43 using alloc_type = typename typedef in boost::beast::saved_handler::impl
48 beast::detail::allocator_traits<alloc_type>;
50 struct ebo_pair : boost::empty_value<alloc_type>
56 alloc_type const& a, in ebo_pair()
58 : boost::empty_value<alloc_type>( in ebo_pair()
78 impl(alloc_type const& a, Handler_&& h) in impl()
119 using alloc_type = typename in emplace() typedef
124 beast::detail::allocator_traits<alloc_type>; in emplace()
127 alloc_type a; in emplace()
/third_party/boost/boost/beast/core/impl/
Dsaved_handler.hpp43 using alloc_type = typename typedef in boost::beast::saved_handler::impl
48 beast::detail::allocator_traits<alloc_type>;
50 struct ebo_pair : boost::empty_value<alloc_type>
56 alloc_type const& a, in ebo_pair()
58 : boost::empty_value<alloc_type>( in ebo_pair()
78 impl(alloc_type const& a, Handler_&& h) in impl()
119 using alloc_type = typename in emplace() typedef
124 beast::detail::allocator_traits<alloc_type>; in emplace()
127 alloc_type a; in emplace()
/third_party/boost/boost/histogram/
Dunlimited_storage.hpp209 using alloc_type = in destroy() typedef
211 alloc_type a(alloc); // rebind allocator in destroy()
225 using alloc_type = in make() typedef
227 alloc_type a(alloc); in make()
241 using alloc_type = in make() typedef
243 alloc_type a(alloc); in make()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dbtree.h250 using alloc_type = typename value_allocator::template rebind<InnerNode>::other; variable
278 using alloc_type = typename value_allocator::template rebind<LeafNode>::other; variable
318 typename LeafNode::alloc_type alloc(alloc_); in Init()
Dbtree_impl.tpp220 typename InnerNode::alloc_type alloc(alloc_);
241 typename LeafNode::alloc_type alloc(this->alloc_);
437 typename LeafNode::alloc_type alloc(alloc_);
442 typename InnerNode::alloc_type alloc(alloc_);
/third_party/boost/boost/interprocess/detail/
Dsegment_manager_helper.hpp104 if(alloc_type() != anonymous_type){ in total_size()
124 unsigned char alloc_type() const in alloc_type() function
/third_party/boost/boost/interprocess/
Dsegment_manager.hpp311 if(ctrl_data->alloc_type() != anonymous_type){ in prot_anonymous_destroy()
776 switch(ctrl_data->alloc_type()){ in priv_destroy_ptr()
802 boost::interprocess::allocation_type type = ctrl_data->alloc_type(); in priv_get_instance_name()
828 BOOST_ASSERT((instance_type)ctrl_data->alloc_type() < max_allocation_type); in priv_get_instance_type()
829 return (instance_type)ctrl_data->alloc_type(); in priv_get_instance_type()
/third_party/f2fs-tools/fsck/
Dmount.c445 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]); in print_ckpt_info()
446 DISP_u32(cp, alloc_type[CURSEG_WARM_NODE]); in print_ckpt_info()
447 DISP_u32(cp, alloc_type[CURSEG_COLD_NODE]); in print_ckpt_info()
457 DISP_u32(cp, alloc_type[CURSEG_HOT_DATA]); in print_ckpt_info()
458 DISP_u32(cp, alloc_type[CURSEG_WARM_DATA]); in print_ckpt_info()
459 DISP_u32(cp, alloc_type[CURSEG_COLD_DATA]); in print_ckpt_info()
1795 if (curseg->alloc_type == SSR) in read_compacted_summaries()
1961 array[i].alloc_type = cp->alloc_type[i]; in build_curseg()
2627 curseg->alloc_type == LFS ? "LFS" : "SSR"); in relocate_curseg_offset()
2630 curseg->alloc_type = SSR; in relocate_curseg_offset()
[all …]
Df2fs.h177 unsigned char alloc_type; /* current allocation type */ member
Dfsck.c2376 if (curseg->alloc_type == SSR) in check_curseg_offset()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_internal.h171 const struct dxil_type *alloc_type; member
Ddxil_module.h436 dxil_emit_alloca(struct dxil_module *m, const struct dxil_type *alloc_type,
Ddxil_module.c2805 dxil_emit_alloca(struct dxil_module *m, const struct dxil_type *alloc_type, in dxil_emit_alloca() argument
2813 dxil_module_get_pointer_type(m, alloc_type); in dxil_emit_alloca()
2821 instr->alloca.alloc_type = alloc_type; in dxil_emit_alloca()
3153 assert(instr->alloca.alloc_type->id >= 0); in emit_alloca()
3158 instr->alloca.alloc_type->id, in emit_alloca()
Ddxil_dump.c523 dump_type_name(d, alloca->alloc_type); in dump_instr_alloca()
/third_party/protobuf/src/google/protobuf/
Dmap.h965 using alloc_type = typename Allocator::template rebind<U>::other;
966 return alloc_type(alloc_).allocate(n);
972 using alloc_type = typename Allocator::template rebind<U>::other;
973 alloc_type(alloc_).deallocate(t, n);
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1417 const glsl_type *alloc_type = in emit_scratch_write() local
1419 const src_reg temp = swizzle(retype(src_reg(this, alloc_type), in emit_scratch_write()
1433 dst_reg shuffled = dst_reg(this, alloc_type); in emit_scratch_write()
/third_party/f2fs-tools/include/
Df2fs_fs.h727 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member