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
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
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-10
update standard library to new I/O streams API
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-21
remove @bytesToSlice, @sliceToBytes from std lib
xackus
2020-02-13
Makes ArenaAllocator.deinit() not require a mutable reference.
Felix (xq) Queißner
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2020-01-09
std: fix LoggingAllocator, add simple test
daurnimator
2019-12-10
Merge pull request #3830 from fengb/wasm-page-allocator
Andrew Kelley
2019-12-08
Rewrite WasmPageAllocator tests to be less flaky on environment
Benjamin Feng
2019-12-06
Add back comptime check for wasm
Benjamin Feng
2019-12-06
Actually use `const conventional` as the comment indicates
Benjamin Feng
2019-12-05
Add WasmPageAllocator tests
Benjamin Feng
2019-12-05
Resolve tests to work with or skip WasmPageAllocator
Benjamin Feng
2019-12-05
Standardize around bigger slices
Benjamin Feng
2019-12-05
Switch bitmask to enums
Benjamin Feng
2019-12-04
Fix freeing memory across bounds
Benjamin Feng
2019-12-04
Strip out an unnecessary memset
Benjamin Feng
2019-12-04
Use raw PackedIo to shave ~150b
Benjamin Feng
[next]