Home | History | Annotate | Download | only in drd

Lines Matching refs:DRD_

63 Segment* DRD_(sg_new)(const DrdThreadId creator, const DrdThreadId created);
64 static int DRD_(sg_get_refcnt)(const Segment* const sg);
65 Segment* DRD_(sg_get)(Segment* const sg);
66 void DRD_(sg_put)(Segment* const sg);
67 static struct bitmap* DRD_(sg_bm)(Segment* const sg);
68 void DRD_(sg_merge)(Segment* const sg1, Segment* const sg2);
69 void DRD_(sg_print)(Segment* const sg);
70 Bool DRD_(sg_get_trace)(void);
71 void DRD_(sg_set_trace)(const Bool trace_segment);
72 ULong DRD_(sg_get_segments_created_count)(void);
73 ULong DRD_(sg_get_segments_alive_count)(void);
74 ULong DRD_(sg_get_max_segments_alive_count)(void);
75 ULong DRD_(sg_get_segment_merge_count)(void);
79 static __inline__ int DRD_(sg_get_refcnt)(const Segment* const sg)
89 static __inline__ struct bitmap* DRD_(sg_bm)(Segment* const sg)