zig/lib/std/debug
Andrew Kelley 284de7d957 adjust runtime page size APIs
* fix merge conflicts
* rename the declarations
* reword documentation
* extract FixedBufferAllocator to separate file
* take advantage of locals
* remove the assertion about max alignment in Allocator API, leaving it
  Allocator implementation defined
* fix non-inline function call in start logic

The GeneralPurposeAllocator implementation is totally broken because it
uses global state but I didn't address that in this commit.
2025-02-06 14:23:23 -08:00
..
Dwarf std.debug: Add handling for armeb, thumb, thumbeb, and aarch64_be. 2024-11-04 08:29:42 +01:00
Coverage.zig std: Restore conventional compareFn behavior for binarySearch 2024-09-16 14:04:18 -07:00
Dwarf.zig adjust runtime page size APIs 2025-02-06 14:23:23 -08:00
FixedBufferReader.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
Info.zig runtime page size detection 2025-02-06 14:23:23 -08:00
MemoryAccessor.zig adjust runtime page size APIs 2025-02-06 14:23:23 -08:00
no_panic.zig std: remove old declarations now a zig1 update has happened 2025-01-24 22:33:23 +00:00
Pdb.zig std.pdb: obey naming conventions 2024-08-29 23:43:52 +01:00
SelfInfo.zig adjust runtime page size APIs 2025-02-06 14:23:23 -08:00
simple_panic.zig std: remove old declarations now a zig1 update has happened 2025-01-24 22:33:23 +00:00