COMMITS
/ lib/std/heap.zig April 12, 2025
A
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley committed
March 26, 2025
K
Allocator.create: properly handle alignment for zero-sized types (#21864)
Kendall Condon committed
March 2, 2025
R
add parentheses in std.heap.page_size_min
rpkak committed
February 24, 2025
A
std.heap.page_size_min: relax freestanding restriction
Andrew Kelley committed
January 24, 2025
A
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen committed
February 17, 2025
S
Fix build failure in sbrk allocator, caused by #20511
schtvn committed
February 10, 2025
M
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny committed
February 7, 2025
A
don't try to test SmpAllocator in single threaded mode
Andrew Kelley committed
February 6, 2025
A
std.heap: test smp_allocator
Andrew Kelley committed
A
add std.heap.SmpAllocator
Andrew Kelley committed
A
std.heap: fix wrong deprecation date
Andrew Kelley committed
A
std.heap: rename GeneralPurposeAllocator to DebugAllocator
Andrew Kelley committed
A
std.heap: remove HeapAllocator
Andrew Kelley committed
A
std.heap: update Windows HeapAllocator
Andrew Kelley committed
February 5, 2025
A
std: fix compilation under -lc
Andrew Kelley committed
A
std.heap.ThreadSafeAllocator: update to new Allocator API
Andrew Kelley committed
February 4, 2025
A
std.heap: delete LoggingAllocator and friends
Andrew Kelley committed
A
std: update to new Allocator API
Andrew Kelley committed
January 29, 2025
A
adjust runtime page size APIs
Andrew Kelley committed
A
delete std.heap.WasmPageAllocator
Andrew Kelley committed
October 20, 2024
A
runtime page size detection
Archbirdplus committed
January 2, 2025
J
x86_64: implement switch jump tables
Jacob Young committed
October 4, 2024
P
Remove old deprecated symbols in std (#21584)
PauloCampana committed
July 19, 2024
A
std.c reorganization
Andrew Kelley committed
March 19, 2024
A
extract std.posix from std.os
Andrew Kelley committed
February 19, 2024
T
std.builtin: make atomic order fields lowercase
Tristan Ross committed
March 5, 2024
T
std: expose Config struct of GeneralPurposeAllocator
Techatrix committed
February 25, 2024
A
std.heap.raw_c_allocator: use malloc_size for resize
Andrew Kelley committed
February 1, 2024
M
std: eliminate some uses of `usingnamespace`
mlugg committed
October 10, 2023
J
byos: Ease `GeneralPurposeAllocator` integration
Jay Petacat committed
December 14, 2023
V
std.heap: add runtime safety for calling `stackFallback(N).get` multiple times
Veikka Tuominen committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
August 6, 2023
Z
std: remove some unused imports (#16710)
Zachary Raineri committed
July 17, 2023
J
std: add SbrkAllocator and use it for Plan 9
Jacob G-W committed
July 22, 2023
J
std.json: support parsing json at comptime using FixedBufferAllocator (#16488)
Josh Wolfe committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
June 9, 2023
M
mem: rename align*Generic to mem.align*
Motiejus Jakštys committed
April 30, 2023
L
std: fix a bunch of typos
Linus Groh committed
April 22, 2023
B
std: GPA deinit return an enum instead of a bool
Borja Clemente committed
February 13, 2023
A
add std.heap.ThreadSafeAllocator
Andrew Kelley committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
January 3, 2023
A
Merge pull request #12586 from MasterQ32/std_memory_pool
Andrew Kelley committed
December 30, 2022
A
std.heap.raw_c_allocator: fix illegal alignment cast
Andrew Kelley committed
December 21, 2022
V
update uses of overflow arithmetic builtins
Veikka Tuominen committed
August 23, 2022
F
Improves the comment formatting.
Felix "xq" Queißner committed
F
Implements std.heap.MemoryPool and friends.
Felix "xq" Queißner committed
December 6, 2022
A
add std.heap.wasm_allocator
Andrew Kelley committed
November 12, 2022
A
std.heap.WasmAllocator: redo
Andrew Kelley committed
November 10, 2022
A
std.heap: extract PageAllocator, WasmPageAllocator
Andrew Kelley committed