aboutsummaryrefslogtreecommitdiff
path: root/lib/std/heap
AgeCommit message (Expand)Author
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-07-10Merge pull request #24387 from ziglang/std.log.default_levelAndrew Kelley
2025-07-09std: refactor to use Alignment.ofAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-12x86_64: remove linker references from codegenJacob Young
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-04-03de-genericify SinglyLinkedListAndrew Kelley
2025-04-02DebugAllocator: Fix bucket removal logic causing segfault/leak (#23390)Auguste Rame
2025-03-25Update the documentation comment in arena_allocator.zig to be more accurategodalming123
2025-03-04update std.heap.PageAllocator Windows implementation to remove race condition...ziggoon
2025-02-22std.heap.DebugAllocator: default wasm to 64K page sizeAndrew Kelley
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-17Fix build failure in sbrk allocator, caused by #20511schtvn
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-08std.heap.SmpAllocator: back to simple freeAndrew Kelley
2025-02-08std.heap.SmpAllocator: alternate freelist accountingAndrew Kelley
2025-02-08std.heap.SmpAllocator; fix freelist accountingAndrew Kelley
2025-02-07std.heap.SmpAllocator: rotate on free sometimesAndrew Kelley
2025-02-07std.heap.SmpAllocator: fix detection of slab endAndrew Kelley
2025-02-07std.heap.SmpAllocator: fix getCpuCount logicAndrew Kelley
2025-02-07std.heap.SmpAllocator: simplify by putting freelist node at startAndrew Kelley
2025-02-07std.heap.SmpAllocator: fix using wrong size class indicesAndrew Kelley
2025-02-07std.heap.SmpAllocator: eliminate the global mutexAndrew Kelley
2025-02-07std.heap.SmpAllocator: implement searching on allocAndrew Kelley
2025-02-07std.heap.SmpAllocator: 256K slab_lenAndrew Kelley
2025-02-07std.heap: test smp_allocatorAndrew Kelley
2025-02-07add std.heap.SmpAllocatorAndrew Kelley
2025-02-06std.heap.SbrkAllocator: fix typoAndrew Kelley
2025-02-06std.heap.DebugAllocator: update unit tests for new implAndrew Kelley
2025-02-06std.heap.DebugAllocator: make page size configurableAndrew Kelley
2025-02-06std.heap: rename GeneralPurposeAllocator to DebugAllocatorAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: fix UAF in resizeLargeAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: fix slot_counts calculationAndrew Kelley
2025-02-06std: fix compilation under -lcAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: usize for used_bitsAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: use for loops in leak checkAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: reduce page size to 512KAndrew Kelley
2025-02-06std.heap.WasmAllocator: update to new Allocator APIAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: implement resize and remapAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: check canary in freeAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: inline small allocation metadataAndrew Kelley
2025-02-06std.heap.ThreadSafeAllocator: update to new Allocator APIAndrew Kelley
2025-02-06std.mem.Allocator: keep the undefined memsetAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: fix large alloc accountingAndrew Kelley
2025-02-06std.heap: delete LoggingAllocator and friendsAndrew Kelley
2025-02-06std: update to new Allocator APIAndrew Kelley
2025-02-06introduce std.posix.mremap and use itAndrew Kelley
2025-02-06std.mem.Allocator: introduce `remap` function to the interfaceAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: runtime-known page sizeAndrew Kelley