Lines Matching full:perm_malloc
596 static void* perm_malloc(SizeT n_bytes)606 VG_(out_of_memory_NORETURN)( "massif:perm_malloc",618 // XPts are never freed, so we can use perm_malloc to allocate them.619 // Note that we cannot use perm_malloc for the 'children' array, because621 XPt* xpt = perm_malloc(sizeof(XPt));