mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-24 11:39:57 +00:00
fb1e52f4d8
* Add overflow checked intrinsic abstractions that check on overflow. * Use them for memory allocation code. * Use size_t type for memory allocation code to support full platform dependent width. Fixes #3756.