Lines Matching refs:frames
40 unw_tdep_frame_t *frames; member
71 munmap (cache->frames, (1u << cache->log_size) * sizeof(unw_tdep_frame_t)); in trace_cache_free()
88 unw_tdep_frame_t *frames; in trace_cache_buckets() local
91 GET_MEMORY(frames, n * sizeof (unw_tdep_frame_t)); in trace_cache_buckets()
92 if (likely(frames != NULL)) in trace_cache_buckets()
94 frames[i] = empty_frame; in trace_cache_buckets()
96 return frames; in trace_cache_buckets()
122 if (! (cache->frames = trace_cache_buckets(1u << HASH_MIN_BITS))) in trace_cache_create()
153 munmap(cache->frames, old_size * sizeof(unw_tdep_frame_t)); in trace_cache_expand()
154 cache->frames = new_frames; in trace_cache_expand()
292 frame = &cache->frames[slot]; in trace_lookup()
323 frame = &cache->frames[slot]; in trace_lookup()