Searched refs:rtl_cache_alloc (Results 1 – 14 of 14) sorted by relevance
329 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()1207 SAL_CALL rtl_cache_alloc ( in rtl_cache_alloc() function
213 addr = (char*)rtl_cache_alloc(g_alloc_table[(size - 1) >> RTL_MEMALIGN_SHIFT]); in rtl_allocateMemory()
1076 addr = rtl_cache_alloc (arena->m_qcache_ptr[index]); in rtl_arena_alloc()
71 return rtl_cache_alloc ((rtl_cache_type*)(m_pImpl)); in Alloc()
236 SAL_CALL rtl_cache_alloc (
158 *ppPage = rtl_cache_alloc(m_page_cache), *pnSize = m_page_size; in allocate_Impl()
202 void * pAddr = rtl_cache_alloc (m_entry_cache); in create()
135 return static_cast<long*>(rtl_cache_alloc (m_cache)); in alloc()
516 Ace * ace = static_cast<Ace*>(rtl_cache_alloc (m_ace_cache)); in create()
570 rtl_cache_alloc;
198 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate()
215 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate()
61 return static_cast<long*>(rtl_cache_alloc (m_cache)); in alloc()
290 *ppBuffer = static_cast< sal_uInt8* >(rtl_cache_alloc(m_cache)), *pnSize = m_bufsiz; in allocate()
Completed in 100 milliseconds