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
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
2020-11-05
std: Make C allocator respect the required alignment
LemonBoy
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-09-25
std: ArenaAllocator tries to resize before allocating
LemonBoy
2020-09-20
std: Fix metadata corruption in HeapAllocator
LemonBoy
2020-09-06
Merge pull request #6239 from pfgithub/patch-1
Andrew Kelley
2020-09-03
Test 0 bit allocation
pfg
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-08
std.heap.page_allocator: Windows support for growing without remapping
Andrew Kelley
2020-08-08
stage1: deal with WebAssembly not supporting @returnAddress()
Andrew Kelley
2020-08-08
std.mem.Allocator: add return_address to the interface
Andrew Kelley
2020-08-07
improvements & fixes for general purpose allocator integration
Andrew Kelley
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley
2020-07-12
Make allocator test functions public
Sam Tebbs
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-28
Fix issue 5741, use after free
Jonathan Marler
2020-06-28
WasmPageAllocator: fix bug not aligning allocations
Jonathan Marler
2020-06-27
new allocator interface after Andrew Kelley review
Jonathan Marler
2020-06-26
new allocator interface
Jonathan Marler
2020-06-09
Expose full llvm intrinsic
Jakub Konka
2020-06-09
Use builtins in std.heap.WasmAllocator
Jakub Konka
2020-05-10
rework self-hosted compiler for incremental builds
Andrew Kelley
[next]