Files
Odin/tests/issues
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
..
2023-07-02 23:00:37 +02:00
2023-07-08 23:46:51 +02:00
2025-06-15 12:34:15 -04:00
2025-06-19 19:54:12 -04:00
2025-06-03 11:18:11 +02:00
2026-01-24 14:06:31 +01:00
2026-03-01 21:18:30 -08:00