GC: Avoid ordering the mc_marker queue on uninitialized fields Both Pike.count_memory() (sometimes) and Pike.identify_cycle() (always) ordered the mc_marker queue on uninitialized data. While apparently not inherently problematic, initializing helps to avoid valgrind false positives.