Searched refs:new_log_size (Results 1 – 1 of 1) sorted by relevance
143 size_t new_log_size = cache->log_size + 2; in trace_cache_expand() local144 unw_tdep_frame_t *new_frames = trace_cache_buckets (1u << new_log_size); in trace_cache_expand()148 Debug(5, "failed to expand cache to 2^%lu buckets\n", new_log_size); in trace_cache_expand()152 Debug(5, "expanded cache from 2^%lu to 2^%lu buckets\n", cache->log_size, new_log_size); in trace_cache_expand()155 cache->log_size = new_log_size; in trace_cache_expand()