Files
sdk/runtime/vm
turnidge@google.com 2803d78dfd Change the zone allocation api.
Instead of passing a size in bytes to the allocation function, we now
have a templatized Alloc function:

  zone->Alloc<Type>(len)

This is better for security, as we can check for integer overflow in
the size computation before performing the allocation.  Before, we
often failed to check this.
Review URL: https://chromiumcodereview.appspot.com//10836061

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10254 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-03 21:51:44 +00:00
..
2012-08-03 21:51:44 +00:00
2012-08-03 21:51:44 +00:00
2012-08-03 21:51:44 +00:00
2012-08-03 21:51:44 +00:00
2012-08-03 21:51:44 +00:00
2012-04-18 15:53:20 +00:00
2012-04-18 15:53:20 +00:00
2012-05-04 21:55:10 +00:00
2012-06-26 17:43:44 +00:00
2012-08-03 21:51:44 +00:00
2012-03-09 23:21:09 +00:00
2012-08-01 18:29:55 +00:00
2012-06-21 00:02:55 +00:00
2012-06-21 00:02:55 +00:00
2012-07-16 21:34:07 +00:00
2012-08-03 21:51:44 +00:00
2012-06-27 16:13:49 +00:00
2012-06-27 16:13:49 +00:00
2012-08-03 21:51:44 +00:00
2012-07-30 22:46:24 +00:00
2012-06-22 23:48:51 +00:00
2012-08-03 21:51:44 +00:00
2012-08-03 21:51:44 +00:00
2012-08-03 21:51:44 +00:00