Home
last modified time | relevance | path

Searched refs:Nothrow (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/cxx/lib/tl/include/
A Dstd_alloc30 class Nothrow {};
39 inline void *operator new (size_t, void *mem, cxx::Nothrow const &) throw()
46 void *operator new (size_t, cxx::Nothrow const &) throw();
71 { return static_cast<_Type*>(::operator new(sizeof (_Type), cxx::Nothrow())); }
A Dslab_alloc151 new (s, cxx::Nothrow()) Slab_i();
A Davl_set414 new (n, Nothrow()) _Node(item);
/l4re-core-master/moe/server/src/
A Dpage_alloc.h23 enum Nothrow { nothrow }; enum
31 static void *_alloc(Nothrow, unsigned long size, unsigned long align = 0);
A Dpage_alloc.cc79 void *Single_page_alloc_base::_alloc(Nothrow, unsigned long size, in _alloc() argument
/l4re-core-master/l4re_kernel/server/src/
A Dregion.h20 inline void *operator new (size_t s, cxx::Nothrow const &) throw() { return malloc(s); } in new()
/l4re-core-master/l4re_vfs/include/impl/
A Dvfs_impl.h263 auto ff = new (x, cxx::Nothrow()) File_factory_item(f); in register_file_factory()

Completed in 7 milliseconds