Files
godot/core/os
Lukas Tenbrink 3207066e19 Add Memory::alloc_static_zeroed to allocate memory that's filled with zeroes.
This is generally faster than `malloc` followed by `memset` / loop-set to 0.
2025-05-13 01:57:05 +02:00
..
2025-04-02 19:18:44 +08:00
2024-12-19 00:43:47 +08:00
2025-01-03 17:33:10 +01:00