Searched refs:m_xAllocator (Results 1 – 3 of 3) sorted by relevance
295 rtl::Reference< PageData::Allocator > m_xAllocator; member in store::FileLockBytes385 m_xAllocator = rxAllocator; in initialize_Impl()391 if (m_xAllocator.is()) in readPageAt_Impl()393 PageHolder page (m_xAllocator->construct<PageData>(), m_xAllocator); in readPageAt_Impl()397 if (!m_xAllocator.is()) in readPageAt_Impl()688 rtl::Reference< PageData::Allocator > m_xAllocator; member in store::MemoryLockBytes729 : m_pData (0), m_nSize (0), m_xAllocator() in MemoryLockBytes()753 m_xAllocator = rxAllocator; in initialize_Impl()760 if (m_xAllocator.is()) in readPageAt_Impl()762 PageHolder page (m_xAllocator->construct<PageData>(), m_xAllocator); in readPageAt_Impl()[all …]
71 return m_xAllocator; in allocator()184 rtl::Reference< PageData::Allocator > m_xAllocator; member in store::OStorePageBIOS
662 eErrCode = m_xLockBytes->initialize (m_xAllocator, rnPageSize); in initialize_Impl()698 m_xAllocator.clear(); in cleanup_Impl()
Completed in 20 milliseconds