Memory::alloc_static_zeroed
This is generally faster than `malloc` followed by `memset` / loop-set to 0.