Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaptiveCpp/AdaptiveCpp
/ get_allocator
Method
get_allocator
include/hipSYCL/sycl/buffer.hpp:809–812 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
807
}
808
809
AllocatorT get_allocator() const
810
{
811
return _alloc;
812
}
813
814
template <access_mode mode = access_mode::read_write,
815
access::target target = access::target::device>
Callers
5
select_usm_allocator
Function · 0.45
select_device_allocator
Function · 0.45
validate_all_pointers
Function · 0.45
purge
Method · 0.45
find_or_alloc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected