aboutsummaryrefslogtreecommitdiff
path: root/lib/std/heap/arena_allocator.zig
AgeCommit message (Expand)Author
2024-07-23add std.testing.random_seedAndrew Kelley
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2024-02-08Replace std.rand references with std.Randome4m2
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-15std.heap.ArenaAllocator: fix doc comment typoJohan Jansson
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-13arena_allocator/reset: avoid zero-capacity allocationsErik Arvstedt
2023-06-13arena_allocator/reset: fix use after freeErik Arvstedt
2023-06-13arena_allocator/reset: fix buffer overrunErik Arvstedt
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-05std: fix memory bugsJacob Young
2023-01-03Implements std.ArenaAllocator.reset() (#12590)Felix Queißner
2022-11-30std.ArrayList: fix shrinkAndFreeAndrew Kelley
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2021-11-30allocgate: change resize to return optional instead of errorLee Cannon
2021-11-30allocgate: split free out from resizeLee Cannon
2021-11-30allocgate: utilize a *const vtable fieldLee Cannon
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2020-12-31Year++Frank Denis
2020-09-25std: ArenaAllocator tries to resize before allocatingLemonBoy
2020-09-08Add resize for arena allocatorMark Barbone
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-08std.mem.Allocator: add return_address to the interfaceAndrew Kelley
2020-08-07std: introduce GeneralPurposeAllocatorAndrew Kelley
2020-06-29ArenaAllocator: use full capacityJonathan Marler
2020-06-29Revert "arena_allocator: refactor and use full capacity"Jonathan Marler
2020-06-28arena_allocator: refactor and use full capacityJonathan Marler
2020-06-27new allocator interface after Andrew Kelley reviewJonathan Marler
2020-06-26new allocator interfaceJonathan Marler
2020-05-20small bump to ArenaAllocator minimum alloc sizeAndrew Kelley
2020-05-20arena allocator: smaller minimum allocation sizeAndrew Kelley
2020-05-10rework self-hosted compiler for incremental buildsAndrew Kelley