Home
last modified time | relevance | path

Searched refs:rtl_cache_type (Results 1 – 15 of 15) sorted by relevance

/aoo41x/main/sal/rtl/source/
H A Dalloc_cache.c126 rtl_cache_type * cache, in rtl_cache_hash_rescale()
216 rtl_cache_type * cache, in rtl_cache_hash_remove()
312 rtl_cache_type * cache in rtl_cache_slab_create()
406 rtl_cache_type * cache in rtl_cache_slab_populate()
441 rtl_cache_type * cache in rtl_cache_slab_alloc()
530 rtl_cache_type * cache, in rtl_cache_slab_free()
792 rtl_cache_type * cache in rtl_cache_depot_populate()
819 rtl_cache_type * cache = (rtl_cache_type*)(obj); in rtl_cache_constructor()
847 rtl_cache_type * cache = (rtl_cache_type*)(obj); in rtl_cache_destructor()
870 static rtl_cache_type *
[all …]
H A Dalloc_cache.h124 rtl_cache_type * m_cache_next;
125 rtl_cache_type * m_cache_prev;
164 rtl_cache_type * m_magazine_cache; /* magazine supplier; const */
H A Dalloc_global.c73 static rtl_cache_type * g_alloc_caches[RTL_MEMORY_CACHED_SIZES] =
81 static rtl_cache_type * g_alloc_table[RTL_MEMORY_CACHED_LIMIT >> RTL_MEMALIGN_SHIFT] =
H A Dalloc_arena.c775 sal_Size size = n * sizeof(rtl_cache_type*); in rtl_arena_activate()
776 arena->m_qcache_ptr = (rtl_cache_type**)rtl_arena_alloc (gp_arena_arena, &size); in rtl_arena_activate()
827 n * sizeof(rtl_cache_type*)); in rtl_arena_deactivate()
H A Dalloc_arena.h117 rtl_cache_type ** m_qcache_ptr;
/aoo41x/main/sal/inc/rtl/
H A Dalloc.h180 typedef struct rtl_cache_st rtl_cache_type; typedef
201 rtl_cache_type *
225 rtl_cache_type * pCache
237 rtl_cache_type * pCache
252 rtl_cache_type * pCache,
/aoo41x/main/tools/source/memtools/
H A Dmempool.cxx60 rtl_cache_destroy ((rtl_cache_type*)(m_pImpl)), m_pImpl = 0; in ~FixedMemPool()
71 return rtl_cache_alloc ((rtl_cache_type*)(m_pImpl)); in Alloc()
82 rtl_cache_free ((rtl_cache_type*)(m_pImpl), pFree); in Free()
/aoo41x/main/store/workben/
H A Dt_page.cxx54 rtl_cache_type * m_cache;
243 rtl_cache_type * m_cache;
268 swap<rtl_cache_type*>(lhs.m_cache, rhs.m_cache); in swap()
/aoo41x/main/store/source/
H A Dstorbase.cxx114 rtl_cache_type * m_page_cache;
H A Dstorcach.cxx152 rtl_cache_type * m_entry_cache;
H A Dstorbase.hxx128 rtl_cache_type * m_cache;
H A Dstorbios.cxx461 rtl_cache_type * m_ace_cache;
/aoo41x/main/sal/osl/w32/
H A Dfile.cxx143 rtl_cache_type * m_cache;
/aoo41x/main/sal/osl/unx/
H A Dfile.cxx151 rtl_cache_type * m_cache;
/aoo41x/main/sal/osl/os2/
H A Dfile.cxx246 rtl_cache_type * m_cache;

Completed in 123 milliseconds