zig/std/os
Andrew Kelley 4a4ea92cf3 remove std.heap.IncrementingAllocator
Use std.heap.FixedBufferAllocator combined with
std.heap.DirectAllocator instead.

std.mem.FixedBufferAllocator is moved to std.heap.FixedBufferAllocator
2018-02-12 02:44:31 -05:00
..
linux Merge remote-tracking branch 'origin/master' into error-sets 2018-02-08 20:45:26 -05:00
windows introduce std.heap.ArenaAllocator and std.heap.DirectAllocator 2018-02-12 02:14:44 -05:00
child_process.zig remove std.heap.IncrementingAllocator 2018-02-12 02:44:31 -05:00
darwin_errno.zig
darwin.zig
file.zig std.os and std.io API update 2018-02-10 21:02:24 -05:00
get_user_id.zig
index.zig remove std.heap.IncrementingAllocator 2018-02-12 02:44:31 -05:00
path.zig std lib: modify allocator idiom 2018-02-09 18:27:50 -05:00
zen.zig