This website requires JavaScript.
Explore
Help
Sign In
mirror
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://codeberg.org/ziglang/zig
synced
2026-03-16 23:21:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
zig
/
lib
/
std
/
heap
History
ziggoon
16875b3598
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
..
arena_allocator.zig
…
debug_allocator.zig
std.heap.DebugAllocator: default wasm to 64K page size
2025-02-22 21:06:00 -05:00
FixedBufferAllocator.zig
…
memory_pool.zig
…
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
std.heap.SmpAllocator: back to simple free
2025-02-08 16:46:56 -08:00
ThreadSafeAllocator.zig
…
WasmAllocator.zig
std.Target: Remove functions that just wrap component functions.
2025-02-17 19:18:19 +01:00