Home | History | Annotate | Download | only in massif

Lines Matching full:perm_malloc

584    // XPts are never freed, so we can use VG_(perm_malloc) to allocate them.
585 // Note that we cannot use VG_(perm_malloc) for the 'children' array, because
587 XPt* xpt = VG_(perm_malloc)(sizeof(XPt), vg_alignof(XPt));