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
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
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-28
std: remove redundant comptime keyword
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-28
std/heap: fix documentation of raw_c_allocator
Isaac Freund
2020-12-17
Fix StackFallbackAllocator
Luuk de Gram
2020-11-18
add std.heap.raw_c_allocator
Andrew Kelley
2020-11-18
Merge pull request #6385 from LemonBoy/callocator
Andrew Kelley
2020-11-06
change debug.assert to testing.expect in tests
xackus
2020-11-05
Fix typo, remove debug leftover, rename few fns
LemonBoy
2020-11-05
Implement a fallback mechanism for posix_memalign
LemonBoy
[next]