Odin
Odin copied to clipboard
Convert numerous uses of `int` to `uint` for allocators internally
This exists purely because of 32-bit systems to allow for the full 32-bit address space rather than being limited to a 31-bit address space due to defaulting to int.