Lines Matching refs:Allocator
126 class Allocator class in store::SharedCount
131 static Allocator & get();
143 Allocator();
144 ~Allocator();
149 : m_pCount(Allocator::get().alloc()) in SharedCount()
160 Allocator::get().free(m_pCount); in ~SharedCount()
481 class Allocator : public rtl::IReference class
507 rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt16 nPageSize);
594 typedef rtl::Reference< PageData::Allocator > allocator_type;
695 bool construct (rtl::Reference< PageData::Allocator > const & rxAllocator) in construct()
705 …static PageHolderObject<T> createInstance (rtl::Reference< PageData::Allocator > const & rxAllocat… in createInstance()
895 storeError construct (rtl::Reference< PageData::Allocator > const & rxAllocator) in construct()