aboutsummaryrefslogtreecommitdiff
path: root/core/mem/rollback_stack_allocator.odin
Commit message (Expand)AuthorAgeFilesLines
* Simplify casts in `mem.Rollback_Stack` procsFeoramund2024-06-021-9/+9
* Be specific about `int` size for `Rollback_Stack` assertsFeoramund2024-06-021-2/+6
* Combine multi-line attributes onto one lineFeoramund2024-06-021-14/+7
* Forbid singleton allocations from shrinking their block offsetFeoramund2024-06-021-1/+5
* Add more sanity checking to `mem.Rollback_Stack`Feoramund2024-06-021-5/+26
* Use `uintptr` where applicable in `mem.Rollback_Stack`Feoramund2024-06-021-15/+15
* Fix indentationFeoramund2024-06-021-1/+1
* Add `mem.Rollback_Stack`Feoramund2024-06-021-0/+319