Home
last modified time | relevance | path

Searched refs:_alloc (Results 1 – 15 of 15) sorted by relevance

/l4re-core-master/sigma0/server/src/
A Dpage_alloc.h24 static Alloc _alloc;
35 static Alloc *allocator() { return &_alloc; } in allocator()
45 { return (T *)_alloc.alloc(L4_PAGESIZE,L4_PAGESIZE); } in alloc()
48 { _alloc.free(b, L4_PAGESIZE); } in free()
A Dpage_alloc.cc11 Page_alloc_base::Alloc Page_alloc_base::_alloc; member in Page_alloc_base
/l4re-core-master/moe/server/src/
A Dpage_alloc.h31 static void *_alloc(Nothrow, unsigned long size, unsigned long align = 0);
32 static void *_alloc(unsigned long size, unsigned long align = 0)
34 void *r = _alloc(nothrow, size, align);
A Dapp_task.cc41 _alloc(Allocator::root_allocator()), in App_task()
42 _rm(_alloc->make_obj<Region_map>()) in App_task()
A Dapp_task.h30 Allocator *_alloc; variable
35 Allocator *allocator() const { return _alloc; } in allocator()
A Dmem.cc34 void *b = Single_page_alloc_base::_alloc(Single_page_alloc_base::nothrow, in uclibc_morecore()
A Dpage_alloc.cc79 void *Single_page_alloc_base::_alloc(Nothrow, unsigned long size, in _alloc() function in Single_page_alloc_base
A Dboot_fs.cc119 char *n = (char *)Single_page_alloc_base::_alloc(_space + L4_PAGESIZE, in add()
153 char *_buf = (char *)Single_page_alloc_base::_alloc(_space, L4_PAGESHIFT);
A Ddataspace_anon.cc69 void *_m = Single_page_alloc_base::_alloc(r_size, page_size()); in Dataspace_anon()
A Dvesa_fb.cc70 vaddr = (unsigned long)Single_page_alloc_base::_alloc(map_size); in Vesa_fb()
A Dquota.h125 return g.release(Single_page_alloc_base::_alloc(size, align)); in alloc_pages()
A Dmalloc.cc185 return Single_page_alloc_base::_alloc(Single_page_alloc_base::nothrow, in get_mem()
A Dmain.cc184 pages = (__typeof(pages))Single_page_alloc_base::_alloc(sizeof(*pages) * total_pages); in find_memory()
/l4re-core-master/cxx/lib/tl/include/
A Dslab_alloc108 Slab_alloc _alloc;
147 Slab_i *s = _alloc.alloc();
168 if (!_alloc.can_free)
177 _alloc.free(s);
183 : _alloc(alloc), _num_free(0), _num_slabs(0), _full_slabs(),
193 _alloc.free(o);
199 _alloc.free(o);
205 _alloc.free(o);
A Davl_set217 Node_allocator _alloc;
247 : _tree(), _alloc(alloc)
255 _alloc.free(n);
305 _alloc.free(n);
399 : _tree(), _alloc(o._alloc)
410 _Node *n = _alloc.alloc();
419 _alloc.free(n);

Completed in 16 milliseconds