Home
last modified time | relevance | path

Searched refs:sg_get_refcnt (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/drd/
Ddrd_segment.h64 static int DRD_(sg_get_refcnt)(const Segment* const sg);
79 static __inline__ int DRD_(sg_get_refcnt)(const Segment* const sg) in DRD_() argument
Ddrd_thread.c922 if (! sg->next || DRD_(sg_get_refcnt)(sg) > 1) in thread_consistent_segment_ordering()
932 if (! sg->next || DRD_(sg_get_refcnt)(sg) > 1) in thread_consistent_segment_ordering()
979 if (DRD_(sg_get_refcnt)(sg) == 1 in thread_merge_segments()
981 && DRD_(sg_get_refcnt)(sg->next) == 1 in thread_merge_segments()