Page 1 of 1

How is the swift_waveform_get_samples() buffer allocated?

PostPosted: Wed Jan 16, 2008 5:02 pm
by marksidell
The function swift_waveform_get_samples() returns the address of the sample data via argument via argument void** samples. Who owns this buffer, who's responsible for allocating space for it, and who's responsible for deallocating it?