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

Method SetUp

publication/source_code/test/test_gorillas.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 alp_bench::GorillasDecompressionState<uint64_t> gorillas_de_state;
18
19 void SetUp() override {
20 dbl_arr = new double[1024];
21 data_arr = new uint8_t[8192 + 1024];
22 flags_arr = new uint8_t[1025];
23 dec_arr = new uint64_t[1024];
24 flags = new alp_bench::GorillasConstants::Flags[1024];
25 }
26
27 ~gorillas_test() override {
28 delete[] dbl_arr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected