Home
last modified time | relevance | path

Searched refs:m_pPool (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.cpp53 m_pPool(pFromPool), in RawBuffer()
75 m_pPool(pFromPool), in RawBuffer()
94 m_pPool = clone.m_pPool; in operator =()
117 rtm_pool* RawBuffer::pool() const { return m_pPool; } in pool()
137 m_pData = (m_pPool) ? in resize()
138 rtm_alloc(m_pPool, sizeRequired) : in resize()
316 if(m_pPool) in free()
H A DRawBuffer.h157 rtm_pool* m_pPool; variable