Searched refs:_alloc (Results 1 – 15 of 15) sorted by relevance
/l4re-core-master/sigma0/server/src/ |
A D | page_alloc.h | 24 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 D | page_alloc.cc | 11 Page_alloc_base::Alloc Page_alloc_base::_alloc; member in Page_alloc_base
|
/l4re-core-master/moe/server/src/ |
A D | page_alloc.h | 31 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 D | app_task.cc | 41 _alloc(Allocator::root_allocator()), in App_task() 42 _rm(_alloc->make_obj<Region_map>()) in App_task()
|
A D | app_task.h | 30 Allocator *_alloc; variable 35 Allocator *allocator() const { return _alloc; } in allocator()
|
A D | mem.cc | 34 void *b = Single_page_alloc_base::_alloc(Single_page_alloc_base::nothrow, in uclibc_morecore()
|
A D | page_alloc.cc | 79 void *Single_page_alloc_base::_alloc(Nothrow, unsigned long size, in _alloc() function in Single_page_alloc_base
|
A D | boot_fs.cc | 119 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 D | dataspace_anon.cc | 69 void *_m = Single_page_alloc_base::_alloc(r_size, page_size()); in Dataspace_anon()
|
A D | vesa_fb.cc | 70 vaddr = (unsigned long)Single_page_alloc_base::_alloc(map_size); in Vesa_fb()
|
A D | quota.h | 125 return g.release(Single_page_alloc_base::_alloc(size, align)); in alloc_pages()
|
A D | malloc.cc | 185 return Single_page_alloc_base::_alloc(Single_page_alloc_base::nothrow, in get_mem()
|
A D | main.cc | 184 pages = (__typeof(pages))Single_page_alloc_base::_alloc(sizeof(*pages) * total_pages); in find_memory()
|
/l4re-core-master/cxx/lib/tl/include/ |
A D | slab_alloc | 108 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 D | avl_set | 217 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