On Mon, Dec 15, 2008 at 3:44 PM, steve naroff <[email protected]> wrote: > I'm really surprised that calling delete adds so much to "user" time.
Most of the cost of new/delete for small allocations is in the malloc code, which is "user" time. The malloc code goes to the OS relatively infrequently for small allocations. -Eli _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
