Home
last modified time | relevance | path

Searched refs:rtl_cache_alloc (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dalloc_cache.c329 slab = (rtl_cache_slab_type*)rtl_cache_alloc (gp_cache_slab_cache); in rtl_cache_slab_create()
466 bufctl = (rtl_cache_bufctl_type*)rtl_cache_alloc (gp_cache_bufctl_cache); in rtl_cache_slab_alloc()
801 empty = (rtl_cache_magazine_type*)rtl_cache_alloc (cache->m_magazine_cache); in rtl_cache_depot_populate()
1213 SAL_CALL rtl_cache_alloc ( in rtl_cache_alloc() function
H A Dalloc_global.c218 addr = (char*)rtl_cache_alloc(g_alloc_table[(size - 1) >> RTL_MEMALIGN_SHIFT]); in rtl_allocateMemory()
H A Dalloc_arena.c1076 addr = rtl_cache_alloc (arena->m_qcache_ptr[index]); in rtl_arena_alloc()
/trunk/main/tools/source/memtools/
H A Dmempool.cxx71 return rtl_cache_alloc ((rtl_cache_type*)(m_pImpl)); in Alloc()
/trunk/main/sal/inc/rtl/
H A Dalloc.h236 SAL_CALL rtl_cache_alloc (
/trunk/main/store/source/
H A Dstorbase.cxx158 *ppPage = rtl_cache_alloc(m_page_cache), *pnSize = m_page_size; in allocate_Impl()
H A Dstorcach.cxx202 void * pAddr = rtl_cache_alloc (m_entry_cache); in create()
H A Dstorbase.hxx135 return static_cast<long*>(rtl_cache_alloc (m_cache)); in alloc()
H A Dstorbios.cxx516 Ace * ace = static_cast<Ace*>(rtl_cache_alloc (m_ace_cache)); in create()
/trunk/main/sal/util/
H A Dsal.map570 rtl_cache_alloc;
/trunk/main/sal/osl/w32/
H A Dfile.cxx198 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate()
/trunk/main/sal/osl/unx/
H A Dfile.cxx213 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate()
/trunk/main/store/workben/
H A Dt_page.cxx61 return static_cast<long*>(rtl_cache_alloc (m_cache)); in alloc()
/trunk/main/sal/osl/os2/
H A Dfile.cxx290 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate()

Completed in 81 milliseconds