index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
heap
Age
Commit message (
Expand
)
Author
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-30
replace usages of old std.debug APIs
mlugg
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-10
Merge pull request #24387 from ziglang/std.log.default_level
Andrew Kelley
2025-07-09
std: refactor to use Alignment.of
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-12
x86_64: remove linker references from codegen
Jacob Young
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-03
de-genericify SinglyLinkedList
Andrew Kelley
2025-04-02
DebugAllocator: Fix bucket removal logic causing segfault/leak (#23390)
Auguste Rame
2025-03-25
Update the documentation comment in arena_allocator.zig to be more accurate
godalming123
2025-03-04
update std.heap.PageAllocator Windows implementation to remove race condition...
ziggoon
2025-02-22
std.heap.DebugAllocator: default wasm to 64K page size
Andrew Kelley
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-17
Fix build failure in sbrk allocator, caused by #20511
schtvn
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-08
std.heap.SmpAllocator: back to simple free
Andrew Kelley
2025-02-08
std.heap.SmpAllocator: alternate freelist accounting
Andrew Kelley
2025-02-08
std.heap.SmpAllocator; fix freelist accounting
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: rotate on free sometimes
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: fix detection of slab end
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: fix getCpuCount logic
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: simplify by putting freelist node at start
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: fix using wrong size class indices
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: eliminate the global mutex
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: implement searching on alloc
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: 256K slab_len
Andrew Kelley
2025-02-07
std.heap: test smp_allocator
Andrew Kelley
2025-02-07
add std.heap.SmpAllocator
Andrew Kelley
2025-02-06
std.heap.SbrkAllocator: fix typo
Andrew Kelley
2025-02-06
std.heap.DebugAllocator: update unit tests for new impl
Andrew Kelley
2025-02-06
std.heap.DebugAllocator: make page size configurable
Andrew Kelley
2025-02-06
std.heap: rename GeneralPurposeAllocator to DebugAllocator
Andrew Kelley
2025-02-06
std.heap.GeneralPurposeAllocator: fix UAF in resizeLarge
Andrew Kelley
2025-02-06
std.heap.GeneralPurposeAllocator: fix slot_counts calculation
Andrew Kelley
2025-02-06
std: fix compilation under -lc
Andrew Kelley
2025-02-06
std.heap.GeneralPurposeAllocator: usize for used_bits
Andrew Kelley
2025-02-06
std.heap.GeneralPurposeAllocator: use for loops in leak check
Andrew Kelley
2025-02-06
std.heap.GeneralPurposeAllocator: reduce page size to 512K
Andrew Kelley
2025-02-06
std.heap.WasmAllocator: update to new Allocator API
Andrew Kelley
2025-02-06
std.heap.GeneralPurposeAllocator: implement resize and remap
Andrew Kelley
2025-02-06
std.heap.GeneralPurposeAllocator: check canary in free
Andrew Kelley
2025-02-06
std.heap.GeneralPurposeAllocator: inline small allocation metadata
Andrew Kelley
2025-02-06
std.heap.ThreadSafeAllocator: update to new Allocator API
Andrew Kelley
2025-02-06
std.mem.Allocator: keep the undefined memset
Andrew Kelley
2025-02-06
std.heap.GeneralPurposeAllocator: fix large alloc accounting
Andrew Kelley
2025-02-06
std.heap: delete LoggingAllocator and friends
Andrew Kelley
2025-02-06
std: update to new Allocator API
Andrew Kelley
2025-02-06
introduce std.posix.mremap and use it
Andrew Kelley
[next]