MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / copyNewData

Method copyNewData

src/common/HeapData.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void HeapData::copyNewData( const void *newData, unsigned size )
171{
172 memcpy( (char *)_data + _size, newData, size );
173}
174
175void HeapData::adjustSize( unsigned size )
176{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected