MCPcopy Create free account
hub / github.com/LMMS/lmms / acquire

Method acquire

src/core/BufferManager.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41sampleFrame * BufferManager::acquire()
42{
43 return MM_ALLOC( sampleFrame, ::framesPerPeriod );
44}
45
46void BufferManager::clear( sampleFrame *ab, const f_cnt_t frames, const f_cnt_t offset )
47{

Callers 6

fifoBufferMethod · 0.45
writeMethod · 0.45
readMethod · 0.45
waitUntilReadMethod · 0.45
lockMethod · 0.45
waitForMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected