Home
last modified time | relevance | path

Searched refs:XT_n_ips_sel (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/include/
Dpub_tool_xtree.h163 extern UInt VG_(XT_n_ips_sel)(XTree* xt, Xecu xecu);
/external/valgrind/massif/
Dms_main.c1138 if (VG_(XT_n_ips_sel)(heap_xt, hc->where) > 0) { in record_block()
1201 if (VG_(XT_n_ips_sel)(heap_xt, hc->where) > 0) { in unrecord_block()
1266 if (VG_(XT_n_ips_sel)(heap_xt, hc->where) > 0) { in realloc_block()
1314 if (!is_ignored && VG_(XT_n_ips_sel)(heap_xt, hc->where) > 0) { in realloc_block()
1325 if (VG_(XT_n_ips_sel)(heap_xt, hc->where) > 0 in realloc_block()
1326 && VG_(XT_n_ips_sel)(heap_xt, old_where) == 0) in realloc_block()
/external/valgrind/coregrind/
Dm_xtree.c363 UInt VG_(XT_n_ips_sel) (XTree* xt, Xecu xecu) in VG_() argument