#include <umpire_cxx_allocator.hpp>
#include <umpire/strategy/QuickPool.hpp>
#include <umpire/strategy/SizeLimiter.hpp>
#include <cassert>
#include <memory>
#include <mutex>
Go to the source code of this file.
|
| namespace | ttg |
| | top-level TTG namespace contains runtime-neutral functionality
|
| |
| namespace | ttg::umpire |
| |
|
| template<typename T > |
| using | ttg::pinned_allocator_t = ::umpire::default_init_allocator< T, ::umpire::allocator< T, ::umpire::detail::MutexLock<::ttg::Env >, umpire::pinned_allocator_getter > > |
| | pooled thread-safe pinned host memory allocator for device computing
|
| |