Searched refs:m_mag_used (Results 1 – 2 of 2) sorted by relevance
610 mag->m_mag_used = 0; in rtl_cache_magazine_constructor()630 OSL_ASSERT(mag->m_mag_used == 0); in rtl_cache_magazine_destructor()645 for (; mag->m_mag_used > 0; --mag->m_mag_used) in rtl_cache_magazine_clear()647 void * obj = mag->m_objects[mag->m_mag_used - 1]; in rtl_cache_magazine_clear()648 mag->m_objects[mag->m_mag_used - 1] = 0; in rtl_cache_magazine_clear()734 OSL_ASSERT((empty == 0) || (empty->m_mag_used == 0)); in rtl_cache_depot_exchange_alloc()744 OSL_ASSERT((full == 0) || (full->m_mag_used > 0)); in rtl_cache_depot_exchange_alloc()766 OSL_ASSERT((full == 0) || (full->m_mag_used > 0)); in rtl_cache_depot_exchange_free()776 OSL_ASSERT((empty == 0) || (empty->m_mag_used == 0)); in rtl_cache_depot_exchange_free()1226 if ((curr != 0) && (curr->m_mag_used > 0)) in rtl_cache_alloc()[all …]
90 sal_Size m_mag_used; member