MCPcopy Create free account
hub / github.com/anthonywilliams/ccia_code_samples / X

Method X

listings/listing_a.1.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 int* data;
5public:
6 X():
7 data(new int[1000000])
8 {}
9 ~X()
10 {
11 delete [] data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected