Searched defs:HostBlock (Results 1 – 1 of 1) sorted by relevance
19 struct HostBlock { struct21 HostBlock(size_t size) : size_(size) {} in HostBlock() function23 HostBlock(size_t size, void* ptr) : size_(size), ptr_(ptr) {} in HostBlock() argument25 std::mutex mutex_;30 ska::flat_hash_set<S> streams_; // streams on which the block was used