Home
last modified time | relevance | path

Searched refs:Allocator (Results 1 – 11 of 11) sorted by relevance

/trunk/main/store/source/
H A Dstorbase.cxx49 SharedCount::Allocator &
50 SharedCount::Allocator::get() in get()
52 static Allocator g_aSharedCountAllocator; in get()
56 SharedCount::Allocator::Allocator() in Allocator() function in SharedCount::Allocator
71 SharedCount::Allocator::~Allocator() in ~Allocator()
86 public store::PageData::Allocator
174 PageData::Allocator::createInstance (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1… in createInstance()
H A Dstorbase.hxx126 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()
[all …]
H A Dlockbyte.cxx52 storeError ILockBytes::initialize (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt16 … in initialize()
295 rtl::Reference< PageData::Allocator > m_xAllocator;
301 …virtual storeError initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1…
374 storeError FileLockBytes::initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal… in initialize_Impl()
380 result = PageData::Allocator::createInstance (rxAllocator, nPageSize); in initialize_Impl()
524 public store::PageData::Allocator,
540 …virtual storeError initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1…
626 …PageHolder page (reinterpret_cast< PageData* >(src_lo), static_cast< PageData::Allocator* >(this)); in readPageAt_Impl()
688 rtl::Reference< PageData::Allocator > m_xAllocator;
692 …virtual storeError initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt1…
[all …]
H A Dlockbyte.hxx61 rtl::Reference< PageData::Allocator > & rxAllocator,
123 rtl::Reference< PageData::Allocator > & rxAllocator,
H A Dstorbios.hxx69 rtl::Reference< PageData::Allocator > & allocator() in allocator()
184 rtl::Reference< PageData::Allocator > m_xAllocator;
/trunk/main/sal/osl/w32/
H A Dfile.cxx141 class Allocator class
146 Allocator (Allocator const &);
147 Allocator & operator= (Allocator const &);
150 static Allocator & get();
156 Allocator();
157 ~Allocator();
172 FileHandle_Impl::Allocator &
173 FileHandle_Impl::Allocator::get() in get()
175 static Allocator g_aBufferAllocator; in get()
179 FileHandle_Impl::Allocator::Allocator() in Allocator() function in FileHandle_Impl::Allocator
[all …]
/trunk/main/sal/osl/unx/
H A Dfile.cxx149 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
[all …]
/trunk/main/store/workben/
H A Dt_page.cxx52 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()
128 SharedCount::Allocator::Allocator() in Allocator() function in SharedCount::Allocator
143 SharedCount::Allocator::~Allocator() in ~Allocator()
[all …]
H A Dt_file.cxx116 rtl::Reference< PageData::Allocator > xAllocator; in main()
/trunk/main/sal/osl/os2/
H A Dfile.cxx244 class Allocator class
249 Allocator (Allocator const &);
250 Allocator & operator= (Allocator const &);
253 static Allocator & get();
259 Allocator();
260 ~Allocator();
264 FileHandle_Impl::Allocator &
265 FileHandle_Impl::Allocator::get() in get()
267 static Allocator g_aBufferAllocator; in get()
271 FileHandle_Impl::Allocator::Allocator() in Allocator() function in FileHandle_Impl::Allocator
[all …]
/trunk/main/vigra/
H A Dvigra1.6.0.patch89 typedef Alloc Allocator;

Completed in 71 milliseconds