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
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
2022-12-15
Improves the comment formatting.
Felix "xq" Queißner
2022-12-15
Implements std.heap.MemoryPool and friends.
Felix "xq" Queißner
2022-12-06
add std.heap.wasm_allocator
Andrew Kelley
2022-11-29
std.heap.WasmAllocator: redo
Andrew Kelley
2022-11-29
std.heap: extract PageAllocator, WasmPageAllocator
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-30
libstd: skip problematic tests on aarch64-windows
Jakub Konka
2022-11-28
document std.heap.StackFallbackAllocator
notcancername
2022-11-05
Improve doc comments for two functions (#13456)
delitako
2022-10-30
std.heap: make wasm32 PageAllocator handle large allocation
Andrew Kelley
2022-10-30
std.heap.PageAllocator: add check for large allocation
Andrew Kelley
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-06-03
std: update tests to stage2 semantics
Veikka Tuominen
2022-05-17
stage2: fix pointer arithmetic result type
Andrew Kelley
2022-05-01
std.heap: Fix typo
r00ster
2022-04-27
std: replace usage of std.meta.bitCount() with @bitSizeOf()
Isaac Freund
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-11-30
allocgate: change resize to return optional instead of error
Lee Cannon
2021-11-30
allocgate: split free out from resize
Lee Cannon
2021-11-30
allocgate: utilize a *const vtable field
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: dont use a dummy temporary for stateless allocators
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-10-20
stage2: fix inline assembly with expression output
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-09
Add a logging allocator that uses std.log (#8511)
Lee Cannon
2021-06-06
std: Add helpers to safely align pointers
LemonBoy
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
[next]