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

  /external/valgrind/main/massif/tests/
deep-B.stderr.exp 53 Massif: SXPt allocs: ...
54 Massif: SXPt frees: ...
realloc.stderr.exp 43 Massif: SXPt allocs: ...
44 Massif: SXPt frees: ...
deep-C.stderr.exp 56 Massif: SXPt allocs: ...
57 Massif: SXPt frees: ...
peak2.stderr.exp 111 Massif: SXPt allocs: ...
112 Massif: SXPt frees: ...
culling1.stderr.exp 441 Massif: SXPt allocs: ...
442 Massif: SXPt frees: ...
culling2.stderr.exp     [all...]
  /external/valgrind/main/massif/
ms_main.c 537 // XXX: make XPt and SXPt extensible arrays, to avoid having to do two
567 typedef struct _SXPt 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_XTree(XPt* xpt, SizeT total_szB
681 SXPt* sxpt; local
    [all...]

Completed in 291 milliseconds