Commit Graph

2 Commits

Author SHA1 Message Date
Feoramund
b8cf6aca8b Fix rebase glitch
The new address sanitizer code was committed to a file that I had later
moved and renamed with the old commits.

Having rebased onto master, those commits were carried on to the present
point without generating a conflict and have since become invalid.
2025-05-09 18:17:48 -04:00
Feoramund
a4a776634c Add native heap allocator
- Add the test bench for the allocator
- Move old allocator code to the test bench
- Fix `heap_resize` usage in `os2/env_linux.odin` to fit new API
  requiring `old_size`
2025-05-08 11:06:00 -04:00