Home
last modified time | relevance | path

Searched refs:m_bp (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dalloc_cache.c342 slab->m_bp = slab->m_data; in rtl_cache_slab_create()
370 sal_Size ntypes = (slab->m_bp - slab->m_data) / cache->m_type_size; in rtl_cache_slab_destroy()
417 slab->m_bp += cache->m_ncolor; in rtl_cache_slab_populate()
461 …OSL_ASSERT (slab->m_bp < slab->m_data + cache->m_ntypes * cache->m_type_size + cache->m_ncolor_max… in rtl_cache_slab_alloc()
474 bufctl->m_addr = slab->m_bp; in rtl_cache_slab_alloc()
480 bufctl = (rtl_cache_bufctl_type*)(slab->m_bp); in rtl_cache_slab_alloc()
485 slab->m_bp += cache->m_type_size; in rtl_cache_slab_alloc()
H A Dalloc_cache.h74 sal_uIntPtr m_bp; /* free buffer linkage 'base pointer' */ member

Completed in 20 milliseconds