1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-profile_estimate" } */
13 void *m (size_t s
, int c
)
23 r3
= __builtin_malloc (s
);
27 r4
= __builtin_calloc (s
, 0);
31 r5
= __builtin_realloc (r4
, s
);
36 /* { dg-final { scan-tree-dump-times "malloc returned non-NULL heuristics of edge\[^:\]*: 99.96%" 5 "profile_estimate"} } */