MCPcopy Create free account
hub / github.com/cpputest/cpputest / init

Method init

src/CppUTest/MemoryLeakDetector.cpp:256–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254////////////////////////
255
256void MemoryLeakDetectorNode::init(char* memory, unsigned number, size_t size, TestMemoryAllocator* allocator, MemLeakPeriod period, unsigned char allocation_stage, const char* file, size_t line)
257{
258 number_ = number;
259 memory_ = memory;
260 size_ = size;
261 allocator_ = allocator;
262 period_ = period;
263 allocation_stage_ = allocation_stage;
264 file_ = file;
265 line_ = line;
266}
267
268///////////////////////
269

Callers 1

storeLeakInformationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected