Lines Matching refs:Allocator
149 class Allocator class
154 Allocator (Allocator const &);
155 Allocator & operator= (Allocator const &);
158 static Allocator & get();
164 Allocator();
165 ~Allocator();
184 FileHandle_Impl::Allocator &
185 FileHandle_Impl::Allocator::get() in get()
187 static Allocator g_aBufferAllocator; in get()
191 FileHandle_Impl::Allocator::Allocator() in Allocator() function in FileHandle_Impl::Allocator
204 FileHandle_Impl::Allocator::~Allocator() in ~Allocator()
209 void FileHandle_Impl::Allocator::allocate (sal_uInt8 ** ppBuffer, size_t * pnSize) in allocate()
215 void FileHandle_Impl::Allocator::deallocate (sal_uInt8 * pBuffer) in deallocate()
247 Allocator::get().allocate (&m_buffer, &m_bufsiz); in FileHandle_Impl()
253 Allocator::get().deallocate (m_buffer), m_buffer = 0; in ~FileHandle_Impl()