MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / TEST

Function TEST

thread/test/test-pooled-stack-allocator.cpp:49–53  ·  view source on GitHub ↗

TEST(Normal, NoPool) { do_test(0, {}); } TEST(Normal, ThreadPool) { do_test(64, {}); } */

Source from the content-addressed store, hash-verified

47}
48*/
49TEST(PooledAllocator, PooledStack) {
50 PhotonOptions opt;
51 opt.use_pooled_stack_allocator = true;
52 do_test(0, opt);
53}
54
55TEST(PooledAllocator, BypassThreadPool) {
56 PhotonOptions opt;

Callers

nothing calls this directly

Calls 1

do_testFunction · 0.70

Tested by

no test coverage detected