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

Method SetUp

publication/source_code/bench_compression_ratio/chimp.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 size_t leading_zero_block_size;
28
29 void SetUp() override {
30 data_arr = new uint8_t[8096];
31 flags_arr = new uint8_t[1025];
32 leading_zero_arr = new uint8_t[1024];
33 leading_zero_unpacked = new uint8_t[1024];
34 flags = new alp_bench::ChimpConstants::Flags[1024];
35 }
36
37 ~chimp_test() override {
38 delete[] data_arr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected