Searched refs:match_frames (Results 1 – 2 of 2) sorted by relevance
225 ((char *)P - (char *)(mb->match_frames))/frame_size); in display_frames()228 for (i = 0, Q = mb->match_frames; in display_frames()613 F = mb->match_frames; in match()647 memcpy(new, mb->match_frames, mb->frame_vector_size); in match()649 F = (heapframe *)((char *)new + ((char *)F - (char *)mb->match_frames)); in match()652 if (mb->match_frames != mb->stack_frames) in match()653 mb->memctl.free(mb->match_frames, mb->memctl.memory_data); in match()654 mb->match_frames = new; in match()655 mb->match_frames_top = (heapframe *)((char *)mb->match_frames + newsize); in match()714 Flast_group_offset = (char *)F - (char *)mb->match_frames; in match()[all …]
848 heapframe *match_frames; /* Points to vector of frames */ member