Searched refs:m_allocatedSize (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.cpp56 m_allocatedSize(0),
78 m_allocatedSize(0),
90 m_allocatedSize = clone.m_allocatedSize;
127 if(sizeRequired < m_allocatedSize &&
142 m_allocatedSize = sizeRequired;
H A DRawBuffer.h160 uint32 m_allocatedSize; member in class:RawBuffer
H A DAudioBuffer.cpp116 m_allocatedSize = 0;

Completed in 46 milliseconds