MCPcopy Create free account
hub / github.com/KDE/labplot / setBufferSize

Method setBufferSize

src/3rdparty/vector_blf/src/Vector/BLF/ObjectQueue.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141template<typename T>
142void ObjectQueue<T>::setBufferSize(uint32_t bufferSize) {
143 /* mutex lock */
144 std::lock_guard<std::mutex> lock(m_mutex);
145
146 /* set max size */
147 m_bufferSize = bufferSize;
148}
149
150template class ObjectQueue<ObjectHeaderBase>;
151

Callers 1

FileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected