Thrill
0.1
|
#include <thrill/common/logger.hpp>
#include <thrill/data/byte_block.hpp>
#include <thrill/mem/manager.hpp>
#include <thrill/mem/pool.hpp>
#include <tlx/counting_ptr.hpp>
#include <cassert>
#include <ostream>
#include <string>
Go to the source code of this file.
Classes | |
class | Block |
Block combines a reference to a read-only ByteBlock and book-keeping information. More... | |
class | PinnedBlock |
A pinned / pin-counted derivative of a Block. More... | |
class | PinRequest |
Namespaces | |
thrill | |
thrill::data | |
Macros | |
#define | THRILL_DATA_BLOCK_HEADER |
Typedefs | |
using | PinRequestPtr = tlx::CountingPtr< PinRequest, mem::GPoolDeleter< PinRequest > > |