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.zig
Age
Commit message (
Expand
)
Author
2025-08-20
std.c.darwin: cleanup, expose everything in std.c
Justus Klausecker
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-30
std: Add serenity to more OS checks
Linus Groh
2025-07-09
std: refactor to use Alignment.of
Andrew Kelley
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-03-26
Allocator.create: properly handle alignment for zero-sized types (#21864)
Kendall Condon
2025-03-02
add parentheses in std.heap.page_size_min
rpkak
2025-02-25
std.heap.page_size_min: relax freestanding restriction
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-07
don't try to test SmpAllocator in single threaded mode
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: fix wrong deprecation date
Andrew Kelley
2025-02-06
std.heap: rename GeneralPurposeAllocator to DebugAllocator
Andrew Kelley
2025-02-06
std.heap: remove HeapAllocator
Andrew Kelley
2025-02-06
std.heap: update Windows HeapAllocator
Andrew Kelley
2025-02-06
std: fix compilation under -lc
Andrew Kelley
2025-02-06
std.heap.ThreadSafeAllocator: update to new Allocator API
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
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-01-29
delete std.heap.WasmPageAllocator
Andrew Kelley
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2024-10-04
Remove old deprecated symbols in std (#21584)
PauloCampana
2024-07-19
std.c reorganization
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-10
std: expose Config struct of GeneralPurposeAllocator
Techatrix
2024-02-25
std.heap.raw_c_allocator: use malloc_size for resize
Andrew Kelley
2024-02-01
std: eliminate some uses of `usingnamespace`
mlugg
2024-01-16
byos: Ease `GeneralPurposeAllocator` integration
Jay Petacat
2024-01-09
std.heap: add runtime safety for calling `stackFallback(N).get` multiple times
Veikka Tuominen
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-08-06
std: remove some unused imports (#16710)
Zachary Raineri
2023-08-02
std: add SbrkAllocator and use it for Plan 9
Jacob G-W
2023-07-22
std.json: support parsing json at comptime using FixedBufferAllocator (#16488)
Josh Wolfe
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-22
std: GPA deinit return an enum instead of a bool
Borja Clemente
2023-03-15
add std.heap.ThreadSafeAllocator
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-03
Merge pull request #12586 from MasterQ32/std_memory_pool
Andrew Kelley
2022-12-29
std.heap.raw_c_allocator: fix illegal alignment cast
Andrew Kelley
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
[next]