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