Searched refs:rtm_alloc (Results 1 - 7 of 7) sorted by last modified time

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp449 fMixBuffer = (float*)rtm_alloc(NULL, sizeof(float) * fMixBufferFrameCount
H A DMixerInput.cpp723 fMixBuffer = (float*)rtm_alloc(fRtmPool, size);
H A DRtList.h27 items((value*)rtm_alloc(NULL, sizeof(value) * INIT_COUNT))
/haiku/src/kits/media/
H A DChunkCache.cpp120 chunk = (chunk_buffer*)rtm_alloc(fRealTimePool, sizeof(chunk_buffer));
144 chunk->buffer = rtm_alloc(fRealTimePool, chunk->capacity);
H A DRealtimeAlloc.cpp341 rtm_alloc(rtm_pool* pool, size_t size) function
462 void* newBuffer = rtm_alloc(pool, newSize);
/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.cpp138 rtm_alloc(m_pPool, sizeRequired) :
/haiku/headers/os/media/
H A DRealtimeAlloc.h27 void* rtm_alloc(rtm_pool* pool, size_t size);

Completed in 162 milliseconds