MCPcopy 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

19namespace compute = boost::compute;
20
21BOOST_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
27BOOST_AUTO_TEST_SUITE_END()

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected