Lines Matching refs:wrapped
42 bool *wrapped; member
695 bool *wrapped; in cs_etm_alloc_wrapped_array() local
707 wrapped = realloc(ptr->wrapped, cnt * sizeof(bool)); in cs_etm_alloc_wrapped_array()
708 if (!wrapped) in cs_etm_alloc_wrapped_array()
711 wrapped[cnt - 1] = false; in cs_etm_alloc_wrapped_array()
713 ptr->wrapped = wrapped; in cs_etm_alloc_wrapped_array()
775 bool wrapped; in cs_etm_find_snapshot() local
795 wrapped = ptr->wrapped[idx]; in cs_etm_find_snapshot()
796 if (!wrapped && cs_etm_buffer_has_wrapped(data, mm->len, *head)) { in cs_etm_find_snapshot()
797 wrapped = true; in cs_etm_find_snapshot()
798 ptr->wrapped[idx] = true; in cs_etm_find_snapshot()
805 if (!wrapped) in cs_etm_find_snapshot()
859 zfree(&ptr->wrapped); in cs_etm_recording_free()