MCPcopy Create free account
hub / github.com/boostorg/asio / alloc_test_impl

Function alloc_test_impl

test/experimental/coro/allocator.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59};
60
61exp::coro<void, void, boost::asio::any_io_executor, tracked_allocator<void>>
62 alloc_test_impl(boost::asio::io_context& ctx, int, std::allocator_arg_t, tracked_allocator<void> ta, double)
63{
64 co_return ;
65}
66
67void alloc_test()
68{

Callers 1

alloc_testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected