MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / make_private_server

Function make_private_server

benchmarks/tbb/private_server.cpp:413–415  ·  view source on GitHub ↗

Factory method called from task.cpp to create a private_server.

Source from the content-addressed store, hash-verified

411
412//! Factory method called from task.cpp to create a private_server.
413tbb_server* make_private_server( tbb_client& client ) {
414 return new( tbb::cache_aligned_allocator<private_server>().allocate(1) ) private_server(client);
415}
416
417} // namespace rml
418} // namespace internal

Callers 1

create_rml_serverMethod · 0.85

Calls 1

allocateMethod · 0.45

Tested by

no test coverage detected