zig/lib/std/heap
Ryan Liptak 16b3d1004e Remove redundant test name prefixes now that test names are fully qualified
Follow up to #19079, which made test names fully qualified.

This fixes tests that now-redundant information in their test names. For example here's a fully qualified test name before the changes in this commit:

"priority_queue.test.std.PriorityQueue: shrinkAndFree"

and the same test's name after the changes in this commit:

"priority_queue.test.shrinkAndFree"
2024-02-26 15:18:31 -08: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 std: eliminate some uses of usingnamespace 2024-02-01 20:30:42 +00: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 std.os.linux.MAP: use a packed struct 2024-02-06 21:12:11 -07: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 all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
WasmPageAllocator.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00