MCPcopy Create free account
hub / github.com/cwida/ALP / SetUp

Method SetUp

publication/source_code/test/test_patas.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 alp_bench::ByteReader byte_reader;
24
25 void SetUp() override {
26 dbl_arr = new double[1024];
27 data_arr = new uint8_t[8096];
28 dec_arr = new uint64_t[1024];
29 packed_data_arr = new uint16_t[1024];
30 packed_metadata = new uint16_t[1024];
31 unpacked_data = new alp_bench::patas::PatasUnpackedValueStats[1024];
32 }
33
34 ~patas_test() override {
35 delete[] dbl_arr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected