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
/
arena_allocator.zig
Age
Commit message (
Expand
)
Author
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-08
Replace std.rand references with std.Random
e4m2
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-15
std.heap.ArenaAllocator: fix doc comment typo
Johan Jansson
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-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-13
arena_allocator/reset: avoid zero-capacity allocations
Erik Arvstedt
2023-06-13
arena_allocator/reset: fix use after free
Erik Arvstedt
2023-06-13
arena_allocator/reset: fix buffer overrun
Erik Arvstedt
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-05
std: fix memory bugs
Jacob Young
2023-01-03
Implements std.ArenaAllocator.reset() (#12590)
Felix Queißner
2022-11-30
std.ArrayList: fix shrinkAndFree
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
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: std Allocator interface refactor
Lee Cannon
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
2020-12-31
Year++
Frank Denis
2020-09-25
std: ArenaAllocator tries to resize before allocating
LemonBoy
2020-09-08
Add resize for arena allocator
Mark Barbone
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-08
std.mem.Allocator: add return_address to the interface
Andrew Kelley
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley
2020-06-29
ArenaAllocator: use full capacity
Jonathan Marler
2020-06-29
Revert "arena_allocator: refactor and use full capacity"
Jonathan Marler
2020-06-28
arena_allocator: refactor and use full capacity
Jonathan Marler
2020-06-27
new allocator interface after Andrew Kelley review
Jonathan Marler
2020-06-26
new allocator interface
Jonathan Marler
2020-05-20
small bump to ArenaAllocator minimum alloc size
Andrew Kelley
2020-05-20
arena allocator: smaller minimum allocation size
Andrew Kelley
2020-05-10
rework self-hosted compiler for incremental builds
Andrew Kelley