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-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
2025-02-06
std.mem.Allocator: introduce `remap` function to the interface
Andrew Kelley
2025-02-06
std.heap.GeneralPurposeAllocator: runtime-known page size
Andrew Kelley
2025-02-06
std.heap.WasmAllocator: use `@splat` syntax
Andrew Kelley
2025-02-06
std.heap.PageAllocator: restore high alignment functionality
Andrew Kelley
2025-02-06
GeneralPurposeAllocator: minimal fix
Andrew Kelley
2025-02-06
revert GPA to before this branch
Andrew Kelley
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-02-03
std.heap.GeneralPurposeAllocator: disable some tests on wasm32-wasi
mlugg
2025-01-29
delete std.heap.WasmPageAllocator
Andrew Kelley
2025-01-28
std.heap.memory_pool: make preheat() usable after init()
John Benediktsson
2024-10-12
Fix index calculation in WasmPageAllocator
Krzysztof Wolicki
2024-10-12
Remove packed_int_array usage from WasmPageAllocator and BigInt
Krzysztof Wolicki
2024-09-01
std: deprecate some incorrect default initializations
mlugg
2024-08-29
std: avoid field/decl name conflicts
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-05-21
gpa: Add never_unmap and retain_metadata test
Hampus Fröjdholm
2024-05-21
gpa: Fix GeneralPurposeAllocator crash when deallocating metadata
Hampus Fröjdholm
2024-05-18
gpa: Fix GeneralPurposeAllocator double free stack traces
Hampus Fröjdholm
2024-05-18
gpa: Add helper to calculate size class of empty buckets
Hampus Fröjdholm
2024-05-10
Avoid unnecessary operation in PageAllocator.
Lucas Santos
2024-03-23
WasmAllocator: fix safety panic during OOM
Jacob Young
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-08
Replace std.rand references with std.Random
e4m2
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2024-02-01
std: eliminate some uses of `usingnamespace`
mlugg
2023-11-21
std.heap: Use @alignOf(T) rather than 0 if not manually overridden for alignm...
Michael Pfaff
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-01
Use ArenaAllocator.reset in MemoryPool
Kai Jellinghaus
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-15
std.heap.ArenaAllocator: fix doc comment typo
Johan Jansson
2023-10-04
GeneralPurposeAllocator.searchBucket: check current bucket before searching t...
Ryan Liptak
2023-10-03
Treap: do not set key to undefined in `remove` to allow re-use of removed nodes
Ryan Liptak
2023-10-03
GeneralPurposeAllocator: Considerably improve worst case performance
Ryan Liptak
2023-09-06
std: enable FailingAllocator to fail on resize
Gregory Anders
2023-08-21
Update default stack frames for general_purpose_allocator.zig
Gregory Mullen
2023-08-02
std: add SbrkAllocator and use it for Plan 9
Jacob G-W
2023-07-03
std: fix doc comment of GPA deinit
Philipp Lühmann
[prev]
[next]