Home
last modified time | relevance | path

Searched refs:Alloc (Results 1 – 19 of 19) sorted by relevance

/l4re-core-master/cxx/lib/tl/include/
A Dslab_alloc38 * \tparam Alloc The backend allocator used to allocate slabs.
41 int Max_free = 2, template<typename A> class Alloc = New_allocator >
61 Base_slab<Obj_size, Slab_size, Max_free, Alloc> *cache;
102 typedef Alloc<Slab_i> Slab_alloc;
342 * \tparam Alloc The allocator for the slabs.
356 : Base_slab<sizeof(Type), Slab_size, Max_free, Alloc>(alloc) {}
390 * \tparam Alloc The allocator for the slabs.
402 typedef Base_slab<Obj_size, Slab_size, Max_free, Alloc> _A;
456 typename Base_slab_static<_O,_S,_M,Alloc>::_A
457 Base_slab_static<_O,_S,_M,Alloc>::_a;
[all …]
A Dlist28 * Classes: List_item, List<D, Alloc>
331 * Alloc defines the allocator policy.
333 template< typename D, template<typename A> class Alloc = New_allocator >
348 typedef Alloc<Node> Node_alloc;
376 List(Alloc<Node> const &a = Alloc<Node>()) throw() : _h(0), _l(0), _a(a) {}
417 Alloc<Node> _a;
A Davl_set397 template< typename Item, class Compare, template<typename A> class Alloc, typename KEY_TYPE>
398 Base_avl_set<Item,Compare,Alloc,KEY_TYPE>::Base_avl_set(Base_avl_set const &o)
406 template< typename Item, class Compare, template< typename A > class Alloc, typename KEY_TYPE>
407 Pair<typename Base_avl_set<Item,Compare,Alloc,KEY_TYPE>::Iterator, int>
408 Base_avl_set<Item,Compare,Alloc,KEY_TYPE>::insert(Item const &item)
/l4re-core-master/sigma0/server/src/
A Dpage_alloc.h21 typedef cxx::List_alloc Alloc; typedef
24 static Alloc _alloc;
35 static Alloc *allocator() { return &_alloc; } in allocator()
A Dpage_alloc.cc11 Page_alloc_base::Alloc Page_alloc_base::_alloc;
/l4re-core-master/l4re/include/
A Dmem_alloc-sys.h34 enum Opcodes { Alloc, Free }; enumerator
/l4re-core-master/l4re/util/include/
A Dregion_mapping128 template< typename Hdlr, template<typename T> class Alloc >
132 typedef cxx::Avl_map< Region, Hdlr, cxx::Lt_functor, Alloc > Tree;
388 template< typename Hdlr, template<typename T> class Alloc >
390 Region_map<Hdlr, Alloc>::find_free(l4_addr_t start, l4_addr_t end,
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Drope572 _Alloc::template rebind<_Tp>::other __name##Alloc; \
574 { return __name##Alloc().allocate(__n); } \
576 { __name##Alloc().deallocate(__p, __n); }
1500 _Alloc::template rebind<_Tp>::other __name##Alloc; \
1502 { return __name##Alloc().allocate(__n); } \
1504 { __name##Alloc().deallocate(__p, __n); }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Drope572 _Alloc::template rebind<_Tp>::other __name##Alloc; \
574 { return __name##Alloc().allocate(__n); } \
576 { __name##Alloc().deallocate(__p, __n); }
1500 _Alloc::template rebind<_Tp>::other __name##Alloc; \
1502 { return __name##Alloc().allocate(__n); } \
1504 { __name##Alloc().deallocate(__p, __n); }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Drope572 _Alloc::template rebind<_Tp>::other __name##Alloc; \
574 { return __name##Alloc().allocate(__n); } \
576 { __name##Alloc().deallocate(__p, __n); }
1500 _Alloc::template rebind<_Tp>::other __name##Alloc; \
1502 { return __name##Alloc().allocate(__n); } \
1504 { __name##Alloc().deallocate(__p, __n); }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
A Drope572 _Alloc::template rebind<_Tp>::other __name##Alloc; \
574 { return __name##Alloc().allocate(__n); } \
576 { __name##Alloc().deallocate(__p, __n); }
1500 _Alloc::template rebind<_Tp>::other __name##Alloc; \
1502 { return __name##Alloc().allocate(__n); } \
1504 { __name##Alloc().deallocate(__p, __n); }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/
A Drope569 __alloc_traits<_Alloc>::template rebind<_Tp>::other __name##Alloc; \
571 { return __name##Alloc().allocate(__n); } \
573 { __name##Alloc().deallocate(__p, __n); }
1503 __alloc_traits<_Alloc>::template rebind<_Tp>::other __name##Alloc; \
1505 { return __name##Alloc().allocate(__n); } \
1507 { __name##Alloc().deallocate(__p, __n); }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
A Drope572 _Alloc::template rebind<_Tp>::other __name##Alloc; \
574 { return __name##Alloc().allocate(__n); } \
576 { __name##Alloc().deallocate(__p, __n); }
1500 _Alloc::template rebind<_Tp>::other __name##Alloc; \
1502 { return __name##Alloc().allocate(__n); } \
1504 { __name##Alloc().deallocate(__p, __n); }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Drope572 _Alloc::template rebind<_Tp>::other __name##Alloc; \
574 { return __name##Alloc().allocate(__n); } \
576 { __name##Alloc().deallocate(__p, __n); }
1500 _Alloc::template rebind<_Tp>::other __name##Alloc; \
1502 { return __name##Alloc().allocate(__n); } \
1504 { __name##Alloc().deallocate(__p, __n); }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
A Drope569 __alloc_traits<_Alloc>::template rebind<_Tp>::other __name##Alloc; \
571 { return __name##Alloc().allocate(__n); } \
573 { __name##Alloc().deallocate(__p, __n); }
1503 __alloc_traits<_Alloc>::template rebind<_Tp>::other __name##Alloc; \
1505 { return __name##Alloc().allocate(__n); } \
1507 { __name##Alloc().deallocate(__p, __n); }
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/
A DChangeLog195 (_Tuple_impl(allocator_arg_t, Alloc, const _Tuple_impl<U...>&)):
989 (priority_queue(const Compare&, const Container&, const Alloc&))
990 (priority_queue(const Compare&, Container&&, const Alloc&)): Call
1191 (shared_ptr(_Sp_make_shared_tag, const Alloc&, Args&&...))
1195 (__shared_count(Ptr, Deleter),__shared_count(Ptr, Deleter, Alloc)):
1202 (__shared_ptr(_Sp_make_shared_tag, const Alloc&, Args&&...)): Replace
1204 (__shared_ptr(_Sp_alloc_shared_tag<Alloc>, Args&&...)): Pass _M_ptr
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A DChangeLog999 (_Tuple_impl(allocator_arg_t, Alloc, const _Tuple_impl<U...>&)):
1011 (_Tuple_impl(allocator_arg_t, Alloc, const _Tuple_impl<U...>&)):
4235 (priority_queue(const Compare&, const Container&, const Alloc&))
4236 (priority_queue(const Compare&, Container&&, const Alloc&)): Call
4526 (shared_ptr(_Sp_make_shared_tag, const Alloc&, Args&&...))
4534 (__shared_count(Ptr, Deleter),__shared_count(Ptr, Deleter, Alloc)):
4541 (__shared_ptr(_Sp_make_shared_tag, const Alloc&, Args&&...)): Replace
4543 (__shared_ptr(_Sp_alloc_shared_tag<Alloc>, Args&&...)): Pass _M_ptr
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/
A DChangeLog2444 (_Tuple_impl(allocator_arg_t, Alloc, const _Tuple_impl<U...>&)):
2456 (_Tuple_impl(allocator_arg_t, Alloc, const _Tuple_impl<U...>&)):
3356 * include/bits/stl_bvector.h (vector<bool, Alloc>): Likewise.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/
A DChangeLog1293 (basic_string): Introduce internal basic_string(__sv_wrapper, Alloc)

Completed in 56 milliseconds