Searched refs:Allocator (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/store/source/ |
H A D | storbase.cxx | 49 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 D | storbase.hxx | 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() [all …]
|
H A D | lockbyte.cxx | 52 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 D | lockbyte.hxx | 61 rtl::Reference< PageData::Allocator > & rxAllocator, 123 rtl::Reference< PageData::Allocator > & rxAllocator,
|
H A D | storbios.hxx | 69 rtl::Reference< PageData::Allocator > & allocator() in allocator() 184 rtl::Reference< PageData::Allocator > m_xAllocator;
|
/aoo41x/main/sal/osl/w32/ |
H A D | file.cxx | 141 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 …]
|
/aoo41x/main/sal/osl/unx/ |
H A D | file.cxx | 149 class Allocator class 154 Allocator (Allocator const &); 155 Allocator & operator= (Allocator const &); 158 static Allocator & get(); 164 Allocator(); 165 ~Allocator(); 186 FileHandle_Impl::Allocator & 187 FileHandle_Impl::Allocator::get() in get() 189 static Allocator g_aBufferAllocator; in get() 193 FileHandle_Impl::Allocator::Allocator() in Allocator() function in FileHandle_Impl::Allocator [all …]
|
/aoo41x/main/store/workben/ |
H A D | t_page.cxx | 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() 128 SharedCount::Allocator::Allocator() in Allocator() function in SharedCount::Allocator 143 SharedCount::Allocator::~Allocator() in ~Allocator() [all …]
|
H A D | t_file.cxx | 116 rtl::Reference< PageData::Allocator > xAllocator; in main()
|
/aoo41x/main/sal/osl/os2/ |
H A D | file.cxx | 244 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 …]
|
/aoo41x/main/vigra/ |
H A D | vigra1.6.0.patch | 89 typedef Alloc Allocator;
|
Completed in 76 milliseconds