Home
last modified time | relevance | path

Searched refs:ALLOC (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/l4re/include/
A Dcap_alloc116 template<typename ALLOC>
117 struct Cap_alloc_t : ALLOC, L4Re::Cap_alloc
120 Cap_alloc_t(ARGS &&...args) : ALLOC(cxx::forward<ARGS>(args)...) {}
122 L4::Cap<void> alloc() noexcept override { return ALLOC::alloc(); }
123 void take(L4::Cap<void> cap) noexcept override { ALLOC::take(cap); }
127 { ALLOC::free(cap, task, unmap_flags); }
131 { return ALLOC::release(cap, task, unmap_flags); }
/l4re-core-master/cxx/lib/tl/include/
A Davl_map51 * \tparam ALLOC Type of the allocator used for the nodes.
55 template<typename B> class ALLOC = New_allocator >
58 COMPARE<KEY_TYPE>, ALLOC,
63 typedef Bits::Base_avl_set<Local_item_type, COMPARE<KEY_TYPE>, ALLOC,
A Davl_set124 * \tparam ALLOC The allocator to use for the nodes of the AVL set.
129 template<typename A> class ALLOC,
179 friend class Base_avl_set<ITEM_TYPE, COMPARE, ALLOC, GET_KEY>;
211 typedef ALLOC<_Node> Node_allocator;
436 * \tparam ALLOC The allocator to use for the nodes of the AVL set.
439 template<typename A> class ALLOC = New_allocator>
441 public Bits::Base_avl_set<ITEM_TYPE, COMPARE, ALLOC,
445 typedef Bits::Base_avl_set<ITEM_TYPE, COMPARE, ALLOC,
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dsvc_udp.c363 #define ALLOC(type, size) \ macro
435 uc = ALLOC (struct udp_cache, 1); in svcudp_enablecache()
443 uc->uc_entries = ALLOC (cache_ptr, size * SPARSENESS); in svcudp_enablecache()
450 uc->uc_fifo = ALLOC (cache_ptr, size); in svcudp_enablecache()
497 victim = ALLOC (struct cache_node, 1); in cache_set()

Completed in 4 milliseconds