Lines Matching refs:Allocator
52 class Allocator class in SharedCount
57 static Allocator & get();
69 Allocator();
70 ~Allocator();
75 : m_pCount(Allocator::get().alloc()) in SharedCount()
86 Allocator::get().free(m_pCount); in ~SharedCount()
121 SharedCount::Allocator &
122 SharedCount::Allocator::get() in get()
124 static Allocator g_aSharedCountAllocator; in get()
128 SharedCount::Allocator::Allocator() in Allocator() function in SharedCount::Allocator
143 SharedCount::Allocator::~Allocator() in ~Allocator()
196 class Allocator : public rtl::IReference class
293 typedef rtl::Reference< PageData::Allocator > allocator_type;
377 static PageHolderObject<T> construct (rtl::Reference< PageData::Allocator > const & rxAllocator) in construct()