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

Method SetUp

publication/source_code/test/test_chimp.cpp:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 idx_t leading_zero_block_size;
24
25 void SetUp() override {
26 dbl_arr = new double[1024];
27 data_arr = new uint8_t[8096];
28 flags_arr = new uint8_t[1025];
29 leading_zero_arr = new uint8_t[1024];
30 dec_arr = new uint64_t[1024];
31 leading_zero_unpacked = new uint8_t[1024];
32 flags = new alp_bench::ChimpConstants::Flags[1024];
33 }
34
35 ~chimp_test() override {
36 delete[] dbl_arr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected