zig/lib/std/heap
Andrew Kelley 601f632c27 std.heap.GeneralPurposeAllocator: fix large alloc accounting
when mremap relocates an allocation
2025-02-06 14:23:23 -08:00
..
arena_allocator.zig std.mem.Allocator: introduce remap function to the interface 2025-02-06 14:23:23 -08:00
FixedBufferAllocator.zig std.mem.Allocator: introduce remap function to the interface 2025-02-06 14:23:23 -08:00
general_purpose_allocator.zig std.heap.GeneralPurposeAllocator: fix large alloc accounting 2025-02-06 14:23:23 -08:00
memory_pool.zig std.heap.memory_pool: make preheat() usable after init() 2025-01-28 00:06:54 +01:00
PageAllocator.zig introduce std.posix.mremap and use it 2025-02-06 14:23:23 -08:00
sbrk_allocator.zig runtime page size detection 2025-02-06 14:23:23 -08:00
ThreadSafeAllocator.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
WasmAllocator.zig std.heap.WasmAllocator: use @splat syntax 2025-02-06 14:23:23 -08:00