Files
Odin/core/mem
Mortimer Snerd 2363f85944 Fix for corner case in the scratch allocator.
The scratch allocator could erroneously return a slice
overlapping previously allocated memory for allocation
requests that were smaller than the arena size, but larger
than the amount of free space left in the arena.

- fix the check in mem::scratch_alloc_bytes_non_zeroed
  that wasn't routing the request to the backup allocator.
- added concrete reproduction test under tests/issues.
2026-03-25 19:33:17 -04:00
..
2025-10-29 16:00:29 +00:00
2025-03-31 10:51:02 +01:00
2025-10-30 21:04:28 +01:00