Home
last modified time | relevance | path

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

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/data/
H A Dblock_sink.hpp77 static constexpr bool allocate_can_fail_ = false; member in thrill::data::BlockSink
133 static constexpr bool allocate_can_fail_ = true; member in thrill::data::BoundedBlockSink
H A Ddiscard_sink.hpp55 static constexpr bool allocate_can_fail_ = false; member in thrill::data::DiscardSink
H A Dstream_sink.hpp97 static constexpr bool allocate_can_fail_ = false; member in thrill::data::StreamSink
H A Dblock_writer.hpp213 if (!BlockSink::allocate_can_fail_) in Put()
226 if (!BlockSink::allocate_can_fail_) in PutNoSelfVerify()
H A Dblock_queue.hpp90 static constexpr bool allocate_can_fail_ = false; member in thrill::data::BlockQueue
H A Dfile.hpp131 static constexpr bool allocate_can_fail_ = false; member in thrill::data::File
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/tests/data/
H A Dfile_test.cpp472 static constexpr bool allocate_can_fail_ = true;