MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / reserve

Method reserve

3rdparty/qtcsv/sources/stringdata.cpp:99–101  ·  view source on GitHub ↗

Reserve space for 'size' rows. @input: - size - number of rows to reserve in memory. If 'size' is smaller than the current number of rows, function will do nothing.

Source from the content-addressed store, hash-verified

97// - size - number of rows to reserve in memory. If 'size' is smaller than the
98// current number of rows, function will do nothing.
99void StringData::reserve(const qsizetype size) {
100 m_values.reserve(size);
101}
102
103// Get number of rows
104// @output:

Callers 8

elementsMethod · 0.45
setFillOrderMethod · 0.45
createSubTickVectorMethod · 0.45
createLabelVectorMethod · 0.45
drawMethod · 0.45
calculateMarginMethod · 0.45
addDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected