HomeSort by relevance Sort by last modified time
    Searched refs:hb_info (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/drd/
drd_hb.h 35 struct hb_info;
41 struct hb_info* DRD_(hb_get)(const Addr hb);
42 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb);
drd_hb.c 50 static void DRD_(hb_cleanup)(struct hb_info* p);
86 void DRD_(hb_initialize)(struct hb_info* const p, const Addr hb)
102 static void DRD_(hb_cleanup)(struct hb_info* p)
130 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb)
132 struct hb_info *p;
150 struct hb_info* DRD_(hb_get)(const Addr hb)
162 struct hb_info* p;
194 struct hb_info* p;
230 struct hb_info* p;
drd_clientobj.h 89 struct hb_info struct
149 struct hb_info hb;

Completed in 1040 milliseconds