Searched defs:SXPt (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/massif/
H A Dms_main.c537 // XXX: make XPt and SXPt extensible arrays, to avoid having to do two
567 typedef struct _SXPt SXPt; typedef in typeref:struct:_SXPt
572 // An SXPt representing a single significant code location. Much like
577 SXPt** children;
581 // An SXPt representing one or more code locations, all below the
665 SXPt* sxpt1 = *(SXPt**)n1;
666 SXPt* sxpt2 = *(SXPt**)n2;
677 static SXPt* dup_XTre
[all...]

Completed in 20 milliseconds