Andrew Kelley dfbc063f79
std.mem.Allocator.create replaced with better API
`std.mem.Allocator.createOne` is renamed to `std.mem.Allocator.create`.

The problem with the previous API is that even after copy elision,
the initalization value passed as a parameter would always be a copy.
With the new API, once copy elision is done, initialization
functions can directly initialize allocated memory in place.

Related:
 * #1872
 * #1873
2019-02-03 16:13:28 -05:00
..
2019-02-01 12:22:21 -05:00
2018-12-02 18:36:18 -05:00
2018-12-20 22:53:54 +09:00
2018-11-16 14:03:39 -05:00
2018-12-13 17:13:10 -05:00
2018-11-13 05:08:37 -08:00
2018-11-13 05:08:37 -08:00
2018-11-13 05:08:37 -08:00
2018-09-30 17:28:35 -04:00
2019-01-30 23:39:25 -05:00
2019-02-01 12:22:21 -05:00
2018-11-27 00:52:32 -05:00
2018-11-13 05:08:37 -08:00
2018-11-13 05:08:37 -08:00
2018-11-19 10:53:25 -05:00
2018-11-13 05:08:37 -08:00
2018-11-13 05:08:37 -08:00