Files
zig/std/os
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
..
2018-07-22 00:04:24 -04:00
2019-02-01 12:22:21 -05:00
2018-11-13 05:08:37 -08:00
2018-05-29 04:23:38 -04:00
2018-12-02 18:36:18 -05:00
2018-12-23 23:21:59 -02:00
2018-12-26 15:25:54 -05:00