Searched refs:Moe_alloc (Results 1 – 7 of 7) sorted by relevance
15 Moe_alloc *Moe_alloc::allocator() in allocator()17 static Moe_alloc a; in allocator()
158 struct Moe_alloc : public Q_alloc struct161 static Moe_alloc *allocator();164 Moe_alloc() : Q_alloc(0) {} in Moe_alloc() function
21 return Moe::Moe_alloc::allocator()->alloc(s, 8); in operator new()
159 auto *rom_ns = Moe::Moe_alloc::allocator()->make_obj<Moe::Name_space>(); in init_stage2()164 auto *rwfs_ns = Moe::Moe_alloc::allocator()->make_obj<Moe::Name_space>(); in init_stage2()
70 static auto *_init_task = Moe::Moe_alloc::allocator()->make_obj<App_task>(); in start()
27 static auto *_root = Moe::Moe_alloc::allocator()->make_obj<Moe::Name_space>(); in root_name_space()
285 _root_alloc = Moe::Moe_alloc::allocator()->make_obj<Allocator>(~0, 300000); in root_allocator()
Completed in 7 milliseconds