Home
last modified time | relevance | path

Searched refs:m_cache (Results 1 – 6 of 6) sorted by relevance

/trunk/main/store/workben/
H A Dt_page.cxx54 rtl_cache_type * m_cache; member in SharedCount::Allocator
61 return static_cast<long*>(rtl_cache_alloc (m_cache)); in alloc()
65 rtl_cache_free (m_cache, pCount); in free()
130 m_cache = rtl_cache_create ( in Allocator()
145 rtl_cache_destroy (m_cache), m_cache = 0; in ~Allocator()
243 rtl_cache_type * m_cache; member in PageAllocator
248 : m_cache(0), m_refcount() in PageAllocator()
268 swap<rtl_cache_type*>(lhs.m_cache, rhs.m_cache); in swap()
273 : m_cache (rhs.m_cache), in PageAllocator()
/trunk/main/sal/osl/w32/
H A Dfile.cxx143 rtl_cache_type * m_cache; member in FileHandle_Impl::Allocator
180 : m_cache (0), in Allocator()
184 m_cache = rtl_cache_create ( in Allocator()
186 if (0 != m_cache) in Allocator()
192 rtl_cache_destroy(m_cache), m_cache = 0; in ~Allocator()
198 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate()
204 rtl_cache_free (m_cache, pBuffer); in deallocate()
/trunk/main/sal/osl/unx/
H A Dfile.cxx151 rtl_cache_type * m_cache; member in FileHandle_Impl::Allocator
192 : m_cache (0), in Allocator()
198 m_cache = rtl_cache_create ( in Allocator()
200 if (0 != m_cache) in Allocator()
206 rtl_cache_destroy (m_cache), m_cache = 0; in ~Allocator()
213 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate()
218 rtl_cache_free (m_cache, pBuffer); in deallocate()
/trunk/main/store/source/
H A Dstorbase.cxx58 m_cache = rtl_cache_create ( in Allocator()
73 rtl_cache_destroy (m_cache), m_cache = 0; in ~Allocator()
H A Dstorbase.hxx128 rtl_cache_type * m_cache; member in store::SharedCount::Allocator
135 return static_cast<long*>(rtl_cache_alloc (m_cache)); in alloc()
139 rtl_cache_free (m_cache, pCount); in free()
/trunk/main/sal/osl/os2/
H A Dfile.cxx246 rtl_cache_type * m_cache; member in FileHandle_Impl::Allocator
272 : m_cache (0), in Allocator()
276 m_cache = rtl_cache_create ( in Allocator()
278 if (0 != m_cache) in Allocator()
284 rtl_cache_destroy(m_cache), m_cache = 0; in ~Allocator()
290 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate()
296 rtl_cache_free (m_cache, pBuffer); in deallocate()

Completed in 71 milliseconds