SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ~runtime_memory_block()

scl::runtime_memory_block::~runtime_memory_block ( )
virtual

Destructor Function.

Free the memoty that handled.

Free the memoty that handled.

Definition at line 13 of file RuntimeMemoryBlock.cpp.

14 {
18 if (begin_) free(begin_);
19 }
void * begin_
The begin pointer of the continue memory block handled.

References begin_.