MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / TEST_F

Function TEST_F

deps/memkind/src/test/multithreaded_tests.cpp:45–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45TEST_F(MultithreadedTest,
46 test_TC_MEMKIND_Multithread_HBW_Malloc_2bytes_2KB_2MB_sizes)
47{
48 tgen->generate_size_2bytes_2KB_2MB(HBW_MALLOC);
49 #pragma omp parallel num_threads(NTHREADS)
50 {
51 tgen->run(num_bandwidth,
52 bandwidth);
53 }
54}
55
56TEST_F(MultithreadedTest,
57 test_TC_MEMKIND_Multithread_HBW_Calloc_2bytes_2KB_2MB_sizes)

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected