Searched refs:m_cache (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/store/workben/ |
H A D | t_page.cxx | 54 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()
|
/aoo42x/main/sal/osl/w32/ |
H A D | file.cxx | 143 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()
|
/aoo42x/main/sal/osl/unx/ |
H A D | file.cxx | 151 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()
|
/aoo42x/main/store/source/ |
H A D | storbase.cxx | 58 m_cache = rtl_cache_create ( in Allocator() 73 rtl_cache_destroy (m_cache), m_cache = 0; in ~Allocator()
|
H A D | storbase.hxx | 128 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()
|
/aoo42x/main/sal/osl/os2/ |
H A D | file.cxx | 246 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 50 milliseconds