zig/lib/std/heap
Linus Groh 39fa831947 std: Remove a handful of things deprecated during the 0.15 release cycle
- std.Build.Step.Compile.root_module mutators -> std.Build.Module
- std.Build.Step.Compile.want_lto -> std.Build.Step.Compile.lto
- std.Build.Step.ConfigHeader.getOutput -> std.Build.Step.ConfigHeader.getOutputFile
- std.Build.Step.Run.max_stdio_size -> std.Build.Step.Run.stdio_limit
- std.enums.nameCast -> @field(E, tag_name) / @field(E, @tagName(tag))
- std.Io.tty.detectConfig -> std.Io.tty.Config.detect
- std.mem.trimLeft -> std.mem.trimStart
- std.mem.trimRight -> std.mem.trimEnd
- std.meta.intToEnum -> std.enums.fromInt
- std.meta.TagPayload -> @FieldType(U, @tagName(tag))
- std.meta.TagPayloadByName -> @FieldType(U, tag_name)
2025-11-27 20:17:04 +00:00
..
arena_allocator.zig std: refactor to use Alignment.of 2025-07-09 23:07:18 -07:00
debug_allocator.zig std: Remove a handful of things deprecated during the 0.15 release cycle 2025-11-27 20:17:04 +00:00
FixedBufferAllocator.zig std.mem.Allocator: introduce remap function to the interface 2025-02-06 14:23:23 -08:00
memory_pool.zig MemoryPool: add unmanaged variants and make them the default 2025-11-15 09:30:57 +00:00
PageAllocator.zig std: rework/remove ucontext_t 2025-09-30 13:44:54 +01:00
sbrk_allocator.zig Fix build failure in sbrk allocator, caused by #20511 2025-02-17 15:37:19 +01:00
SmpAllocator.zig zig fmt: apply new cast builtin order 2025-08-03 14:59:56 +02:00
ThreadSafeAllocator.zig std.heap.ThreadSafeAllocator: update to new Allocator API 2025-02-06 14:23:23 -08:00
WasmAllocator.zig std: eradicate u29 and embrace std.mem.Alignment 2025-04-13 02:20:32 -04:00