Files
redot-engine/core/os/memory.cpp
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

6.5 KiB