aboutsummaryrefslogtreecommitdiff
path: root/lib/std/mem
AgeCommit message (Expand)Author
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-11-16std.mem.Allocator: do not return undefined pointers from `create`Veikka Tuominen
2022-10-29Allocator: fix len_align calc in large type size casekkHAIKE
2022-10-27std.mem.Allocator: do not return undefined pointersVeikka Tuominen
2022-09-29std: Replace use of stage1 function pointersominitay
2022-07-23Revert "std.mem.Allocator: add alignedCreate"Veikka Tuominen
2022-07-23std.mem.Allocator: add alignedCreatedevins2518
2022-05-02Allocator: correct `PanicFree` function nameLee Cannon
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2022-01-26std.mem.Allocator: upgrade to new function pointer semanticsAndrew Kelley
2021-12-19Allocator: `allocBytes` and `reallocBytes` (#10352)Lee Cannon
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-02allocator: Move vtable into gen structLee Cannon
2021-11-30allocgate: change resize to return optional instead of errorLee Cannon
2021-11-30allocgate: split free out from resizeLee Cannon
2021-11-30allocgate: apply missed changesLee Cannon
2021-11-30allocgate: utilize a *const vtable fieldLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-09std: Publicize Allocator.reallocBytesSilver
2021-09-22FIX resize() for non u8 element types. (#9806)Coleman Broaddus
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-02-25std: Clear old memory on freeLemonBoy
2020-12-31Year++Frank Denis
2020-09-29use Allocator.allocSentinel now that the stage1 bug is fixedAndrew Kelley
2020-09-06Merge pull request #6239 from pfgithub/patch-1Andrew Kelley
2020-09-03update uses of deprecated type field accessVexu
2020-09-02"Support" allocating 0 bit typespfg
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-11std.mem.Allocator: fix not passing return_addressAndrew Kelley
2020-08-08std.mem.Allocator: add return_address to the interfaceAndrew Kelley
2020-08-07std: introduce GeneralPurposeAllocatorAndrew Kelley