Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ BOOST_AUTO_TEST_CASE
Function
BOOST_AUTO_TEST_CASE
test/test_pinned_allocator.cpp:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
namespace compute = boost::compute;
20
21
BOOST_AUTO_TEST_CASE(vector_with_pinned_allocator)
22
{
23
compute::vector<int, compute::pinned_allocator<int> > vector(context);
24
vector.push_back(12, queue);
25
}
26
27
BOOST_AUTO_TEST_SUITE_END()
Callers
nothing calls this directly
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected