aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2025-02-07don't try to test SmpAllocator in single threaded modeAndrew 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-07Merge pull request #20511 from archbirdplusAndrew Kelley
2025-02-07Merge pull request #22717 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-07Merge pull request #22787 from Rexicon226/add-hintAlex Rønne Petersen
2025-02-07fix: getEndPos return end positionKouosi Takayama
2025-02-06std.heap.SbrkAllocator: fix typoAndrew Kelley
2025-02-06std.mem.Allocator.VTable: improve doc comment wordingAndrew Kelley
2025-02-06std.heap: fix wrong deprecation dateAndrew Kelley
2025-02-06std.testing: don't ask wasm to stack traceAndrew 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: remove HeapAllocatorAndrew Kelley
2025-02-06std.testing.allocator: different canary + enable resize tracesAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: fix UAF in resizeLargeAndrew Kelley
2025-02-06std.heap: update Windows HeapAllocatorAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: fix slot_counts calculationAndrew Kelley
2025-02-06std.testing: make some things not pubAndrew 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.os.linux.mmap: remove logic that does not belong hereAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: fix large alloc accountingAndrew Kelley
2025-02-06std.hash_map: placeholder for doc commentsAndrew 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.testing.FailingAllocator: flatten namespaceAndrew Kelley
2025-02-06std.mem.Allocator: introduce `remap` function to the interfaceAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: runtime-known page sizeAndrew Kelley
2025-02-06std.heap.WasmAllocator: use `@splat` syntaxAndrew Kelley
2025-02-06std.heap.PageAllocator: restore high alignment functionalityAndrew Kelley
2025-02-06add std.mem.Alignment APIAndrew Kelley