Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-06 06:13:07 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/heap
History
Justus Klausecker 7c35070b90 zig fmt: apply new cast builtin order
2025-08-03 14:59:56 +02:00
..
arena_allocator.zig
std: refactor to use Alignment.of
2025-07-09 23:07:18 -07:00
debug_allocator.zig
zig fmt: apply new cast builtin order
2025-08-03 14:59:56 +02:00
FixedBufferAllocator.zig
std.mem.Allocator: introduce remap function to the interface
2025-02-06 14:23:23 -08:00
memory_pool.zig
std: eradicate u29 and embrace std.mem.Alignment
2025-04-13 02:20:32 -04:00
PageAllocator.zig
update std.heap.PageAllocator Windows implementation to remove race condition and utilize NtAllocateVirtualMemory / NtFreeVirtualMemory instead of VirtualAlloc and VirtualFree
2025-03-04 22:01:08 -06: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