Files
Odin/core/mem
Feoramund 837d8cf72c mem: Actually resize when resizing for Stack_Allocator
Changed the check from `bytes` to `err` for safety's sake, too.

This will prevent the potential bug of allocating non-zero memory, then
doing a zeroed resize, which will result in having garbage data in the
initial half.
2025-06-14 13:21:14 -04:00
..
2025-03-31 10:51:02 +01:00
2025-02-26 03:04:54 -06:00
int
2025-05-27 04:42:12 +02:00