Searched refs:old_table (Results 1 – 3 of 3) sorted by relevance
394 Entry ** old_table = m_hash_table; in rescale_Impl() local409 Entry * curr = old_table[i]; in rescale_Impl()417 old_table[i] = 0; in rescale_Impl()419 if (old_table != m_hash_table_0) in rescale_Impl()422 rtl_freeMemory (old_table); in rescale_Impl()
322 rtl_arena_segment_type ** old_table; in rtl_arena_hash_rescale() local329 old_table = arena->m_hash_table; in rtl_arena_hash_rescale()363 rtl_arena_segment_type * curr = old_table[i]; in rtl_arena_hash_rescale()375 old_table[i] = 0; in rtl_arena_hash_rescale()380 if (old_table != arena->m_hash_table_0) in rtl_arena_hash_rescale()383 rtl_arena_free (gp_arena_arena, old_table, old_bytes); in rtl_arena_hash_rescale()
138 rtl_cache_bufctl_type ** old_table; in rtl_cache_hash_rescale() local145 old_table = cache->m_hash_table; in rtl_cache_hash_rescale()164 rtl_cache_bufctl_type * curr = old_table[i]; in rtl_cache_hash_rescale()176 old_table[i] = 0; in rtl_cache_hash_rescale()181 if (old_table != cache->m_hash_table_0) in rtl_cache_hash_rescale()184 rtl_arena_free (gp_cache_arena, old_table, old_bytes); in rtl_cache_hash_rescale()
Completed in 19 milliseconds