Files
Odin/core
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
..
2026-03-13 11:54:15 +01:00
2026-03-13 11:54:15 +01:00
2026-03-07 14:57:39 +01:00
2026-03-15 15:25:54 +01:00
2026-02-10 19:56:49 +01:00
2025-10-10 12:24:28 +02:00
2026-03-13 11:54:15 +01:00
2026-02-12 12:12:21 +01:00
2026-03-25 11:38:38 +00:00
2026-02-14 12:52:51 +01:00
2026-03-14 16:21:38 +00:00
2026-03-16 15:52:59 +09:00
2026-02-09 20:08:22 +01:00
2026-02-09 20:08:22 +01:00
2026-03-11 10:08:58 +01:00
2026-03-20 11:44:10 +00:00
2026-02-19 02:32:00 +01:00