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

/external/valgrind/main/massif/
H A Dms_main.c531 // XXX: make XPt and SXPt extensible arrays, to avoid having to do two
561 typedef struct _SXPt SXPt; typedef in typeref:struct:_SXPt
566 // An SXPt representing a single significant code location. Much like
571 SXPt** children;
575 // An SXPt representing one or more code locations, all below the
637 const SXPt* sxpt1 = *(const SXPt *const *)n1;
638 const SXPt* sxpt2 = *(const SXPt *const *)n2;
649 static SXPt* dup_XTre
[all...]

Completed in 80 milliseconds