Searched defs:nothrow_t (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/interprocess/ |
D | segment_manager.hpp | 127 void * allocate (size_type nbytes, const std::nothrow_t &) in allocate() 157 …void allocate_many(const std::nothrow_t &, size_type elem_bytes, size_type n_elements, multialloca… in allocate_many() 163 …void allocate_many(const std::nothrow_t &, const size_type *elem_sizes, size_type n_elements, size… in allocate_many() 185 void * allocate_aligned (size_type nbytes, size_type alignment, const std::nothrow_t &) in allocate_aligned() 469 construct(char_ptr_holder_t name, const std::nothrow_t &) in construct() 476 find_or_construct(char_ptr_holder_t name, const std::nothrow_t &) in find_or_construct() 496 construct_it(char_ptr_holder_t name, const std::nothrow_t &) in construct_it() 503 find_or_construct_it(char_ptr_holder_t name, const std::nothrow_t &) in find_or_construct_it()
|
/third_party/musl/ndk-test/sanitize/scudo/src/ |
D | aligned-new.cpp | 18 struct nothrow_t {}; struct
|
/third_party/boost/libs/iostreams/src/ |
D | bzip2.cpp | 114 int bzip2_base::end(bool compress, std::nothrow_t) in end()
|
/third_party/boost/boost/interprocess/smart_ptr/ |
D | shared_ptr.hpp | 396 …ke_managed_shared_ptr(T *constructed_object, ManagedMemory &managed_memory, const std::nothrow_t &) in make_managed_shared_ptr()
|