summaryrefslogtreecommitdiff
path: root/src/inspector/page.zig
AgeCommit message (Collapse)Author
2025-03-12working on macosMitchell Hashimoto
2025-01-04chore: rename fileAlexandre Antonio Juca
2025-01-04chore: use KiB notation for representing memory sizeAlexandre Antonio Juca
2025-01-03Merge branch 'main' of https://github.com/AlexJuca/ghostty into ↵Alexandre Antonio Juca
feature/display-memory-size-in-bytes-and-kb
2024-06-24fix(RefCountedSet): add NeedsRehash error and fix PSL counting bugQwerasd
Prevent bad input from causing repeated OutOfMemory errors by erroring with NeedsRehash instead when there are unused dead IDs available. Additionally, properly decrement PSL stats when reviving dead IDs.
2024-03-22inspector: forgot another new fileMitchell Hashimoto