Preallocate memory before samples are received.
authorDaniel King <daniel.dmk@googlemail.com>
Thu, 13 Feb 2014 20:16:17 +0000 (20:16 +0000)
committerJoel Holdsworth <joel@airwebreathe.org.uk>
Fri, 14 Feb 2014 17:31:51 +0000 (17:31 +0000)
Preallocating memory for samples when a capture is started improves performance during the capture, as realloc() is called only once.


No differences found