Searched refs:BuffT (Results 1 – 1 of 1) sorted by relevance
402 typedef limited_alloc_handle<N> BuffT; typedef403 std::shared_ptr<BuffT> handle_;415 limited_allocator() : handle_(new BuffT) {} in limited_allocator()431 BuffT* getHandle() const { return handle_.get(); } in getHandle()