Home
last modified time | relevance | path

Searched refs:old_table (Results 1 – 3 of 3) sorted by relevance

/trunk/main/store/source/
H A Dstorcach.cxx394 Entry ** old_table = m_hash_table; in rescale_Impl() local
409 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()
/trunk/main/sal/rtl/source/
H A Dalloc_arena.c322 rtl_arena_segment_type ** old_table; in rtl_arena_hash_rescale() local
329 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] = NULL; 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()
H A Dalloc_cache.c138 rtl_cache_bufctl_type ** old_table; in rtl_cache_hash_rescale() local
145 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] = NULL; 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 30 milliseconds