/l4re-core-master/l4util/lib/src/ |
A D | llulc.cc | 37 void * (*mem_alloc)(size_t); member 173 void *p = t->mem_alloc(sizeof(Lock)); in create_new_thread_lock() 200 void *(*mem_alloc)(size_t x), in l4ullulock_init() 206 l4ullulock_t *_t = (l4ullulock_t *)mem_alloc(sizeof(*_t)); in l4ullulock_init() 212 _t->mem_alloc = mem_alloc; in l4ullulock_init() 218 void *p = mem_alloc(sizeof(Lock)); in l4ullulock_init()
|
/l4re-core-master/l4re_c/include/ |
A D | mem_alloc.h | 149 return l4re_ma_alloc_align_srv(l4re_global_env->mem_alloc, size, mem, in l4re_ma_alloc() 157 return l4re_ma_alloc_align_srv(l4re_global_env->mem_alloc, size, mem, in l4re_ma_alloc_align()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | svc_tcp.c | 169 r = (struct tcp_rendezvous *) mem_alloc (sizeof (*r)); in svctcp_create() 170 xprt = (SVCXPRT *) mem_alloc (sizeof (SVCXPRT)); in svctcp_create() 209 xprt = (SVCXPRT *) mem_alloc (sizeof (SVCXPRT)); in makefd_xprt() 210 cd = (struct tcp_conn *) mem_alloc (sizeof (struct tcp_conn)); in makefd_xprt()
|
A D | svc_udp.c | 139 xprt = (SVCXPRT *) mem_alloc (sizeof (SVCXPRT)); in svcudp_bufcreate() 140 su = (struct svcudp_data *) mem_alloc (sizeof (*su)); in svcudp_bufcreate() 141 buf = mem_alloc (((MAX (sendsz, recvsz) + 3) / 4) * 4); in svcudp_bufcreate() 364 (type *) mem_alloc((unsigned) (sizeof(type) * (size))) 503 newbuf = mem_alloc (su->su_iosz); in cache_set()
|
A D | auth_unix.c | 103 auth = (AUTH *) mem_alloc (sizeof (*auth)); in authunix_create() 104 au = (struct audata *) mem_alloc (sizeof (*au)); in authunix_create() 137 au->au_origcred.oa_base = mem_alloc ((u_int) len); in authunix_create()
|
A D | svc_unix.c | 167 r = (struct unix_rendezvous *) mem_alloc (sizeof (*r)); in svcunix_create() 168 xprt = (SVCXPRT *) mem_alloc (sizeof (SVCXPRT)); in svcunix_create() 207 xprt = (SVCXPRT *) mem_alloc (sizeof (SVCXPRT)); in makefd_xprt() 208 cd = (struct unix_conn *) mem_alloc (sizeof (struct unix_conn)); in makefd_xprt()
|
A D | rpc_cmsg.c | 131 mem_alloc (oa->oa_length); in xdr_callmsg() 171 mem_alloc (oa->oa_length); in xdr_callmsg()
|
A D | xdr_reference.c | 73 *pp = loc = (caddr_t) mem_alloc (size); in xdr_reference()
|
A D | xdr_array.c | 94 *addrp = target = mem_alloc (nodesize); in xdr_array()
|
/l4re-core-master/ned/server/src/ |
A D | app_model.cc | 23 L4::Cap<L4Re::Mem_alloc> _ma(prog_info()->mem_alloc.raw & L4_FPAGE_ADDR_MASK); in alloc_ds() 117 L4::Cap<L4Re::Mem_alloc> ma(prog_info()->mem_alloc.raw & L4_FPAGE_ADDR_MASK); in alloc_app_stack() 134 _info.mem_alloc = _ma.fpage(); in init_prog()
|
A D | lua_env.cc | 40 register_cap(l, "mem_alloc", e->mem_alloc(), L4::Factory::Protocol); in init()
|
A D | ned.lua | 14 Env.user_factory = Env.mem_alloc; 320 default_loader = Loader.new({factory = Env.factory, mem = Env.mem_alloc});
|
/l4re-core-master/l4re_vfs/lib/src/ |
A D | vfs.cc | 35 { return L4Re::Env::env()->mem_alloc(); } in allocator()
|
/l4re-core-master/l4re/include/ |
A D | env | 32 #include <l4/re/mem_alloc> 116 L4::Cap<Mem_alloc> mem_alloc() const noexcept 117 { return L4::Cap<Mem_alloc>(_env.mem_alloc); } 122 { return L4::Cap<L4::Factory>(_env.mem_alloc); } 232 void mem_alloc(L4::Cap<Mem_alloc> const &c) noexcept 233 { _env.mem_alloc = c.cap(); }
|
A D | Makefile | 16 mem_alloc \
|
/l4re-core-master/libloader/include/ |
A D | remote_app_model | 83 env->mem_alloc(L4::Cap<L4Re::Mem_alloc>(Caps::Allocator_cap << L4_CAP_SHIFT)); 159 chksys(ntask->map(L4Re::This_task, this->_info.mem_alloc, 160 env->mem_alloc().snd_base()));
|
/l4re-core-master/l4re/lib/src/ |
A D | Makefile | 8 SRC_CC = namespace.cc dataspace.cc rm.cc mem_alloc.cc \
|
/l4re-core-master/l4util/include/ |
A D | llulc.h | 38 void *(*mem_alloc)(size_t x),
|
/l4re-core-master/l4re_c/lib/src/ |
A D | Makefile | 8 mem_alloc.cc \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | types.h | 60 #define mem_alloc(bsize) malloc(bsize) macro
|
/l4re-core-master/l4re_kernel/server/src/ |
A D | globals.cc | 47 L4::Cap<L4Re::Mem_alloc> obj = env->mem_alloc(); in init()
|
/l4re-core-master/l4re/util/libs/ |
A D | cap_alloc.cc | 56 l4_check(e->mem_alloc()->alloc(sizeof(Storage), _ds) >= 0); in Ca()
|
/l4re-core-master/l4re/util/include/ |
A D | unique_cap | 45 * L4Re::chksys(mem_alloc->alloc(L4_PAGESIZE, ds_cap.get())); 86 * L4Re::chksys(mem_alloc->alloc(L4_PAGESIZE, ds_cap.get()));
|
A D | shared_cap | 50 * L4Re::chksys(mem_alloc->alloc(4096, ds_cap.get())); 97 * L4Re::chksys(mem_alloc->alloc(4096, ds_cap.get()));
|
/l4re-core-master/ldso/ldso/ |
A D | vfs.cc | 67 return reinterpret_cast<L4Re::Env const *>(__rtld_l4re_global_env)->mem_alloc(); in allocator()
|