mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
c6db3cc670
The last address of "data" is not "cast(uintptr)raw_data(data)+cast(uintptr)size" but "cast(uintptr)raw_data(data)+cast(uintptr)(size-1)". The original assert would fail when for example the allocation size requested and the buddy allocator allignment were both 64.