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

/external/valgrind/main/massif/tests/
H A Ddeep-B.stderr.exp53 Massif: SXPt allocs: ...
54 Massif: SXPt frees: ...
H A Drealloc.stderr.exp43 Massif: SXPt allocs: ...
44 Massif: SXPt frees: ...
H A Ddeep-C.stderr.exp56 Massif: SXPt allocs: ...
57 Massif: SXPt frees: ...
H A Dpeak2.stderr.exp111 Massif: SXPt allocs: ...
112 Massif: SXPt frees: ...
H A Dculling1.stderr.exp441 Massif: SXPt allocs: ...
442 Massif: SXPt frees: ...
H A Dculling2.stderr.exp544 Massif: SXPt allocs: ...
545 Massif: SXPt frees: ...
/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 103 milliseconds