zig/lib/std/heap
Hampus Fröjdholm 762e2a4b52 gpa: Fix GeneralPurposeAllocator double free stack traces
The wrong `size_class` was used when fetching stack traces from empty
buckets. The `size_class` would always be the maximum value after
exhausting the search of active buckets rather than the actual
`size_class` of the allocation.
2024-05-18 11:46:37 +02:00
..
arena_allocator.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
general_purpose_allocator.zig gpa: Fix GeneralPurposeAllocator double free stack traces 2024-05-18 11:46:37 +02:00
log_to_writer_allocator.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
logging_allocator.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
memory_pool.zig Remove redundant test name prefixes now that test names are fully qualified 2024-02-26 15:18:31 -08:00
PageAllocator.zig Avoid unnecessary operation in PageAllocator. 2024-05-10 22:51:52 +03:00
sbrk_allocator.zig std: add SbrkAllocator and use it for Plan 9 2023-08-02 17:39:52 -04:00
ThreadSafeAllocator.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
WasmAllocator.zig WasmAllocator: fix safety panic during OOM 2024-03-23 11:32:37 +01:00
WasmPageAllocator.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00