This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://codeberg.org/ziglang/zig.git
synced
2026-04-28 19:47:08 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ebb37e719d1c99a1bb14ee84bbabdeab0c61ba63
zig
/
lib
/
std
/
heap
T
History
Auguste Rame
0b4176891c
DebugAllocator: Fix bucket removal logic causing segfault/leak (
#23390
)
...
Make buckets doubly linked
2025-04-02 14:22:15 +02:00
..
arena_allocator.zig
Update the documentation comment in arena_allocator.zig to be more accurate
2025-03-25 15:24:20 +01:00
debug_allocator.zig
DebugAllocator: Fix bucket removal logic causing segfault/leak (
#23390
)
2025-04-02 14:22:15 +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.heap.memory_pool: make preheat() usable after init()
2025-01-28 00:06:54 +01:00
PageAllocator.zig
add std.heap.SmpAllocator
2025-02-07 12:20:12 -08: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
std.heap.ThreadSafeAllocator: update to new Allocator API
2025-02-06 14:23:23 -08:00
WasmAllocator.zig
std.Target: Remove functions that just wrap component functions.
2025-02-17 19:18:19 +01:00