Fix a regression in is_freed() caused when NODETYPE was changed from a short to an enum.
The memset of 0xCC now changes type to 0xCCCCCCCC intsead of 0xCCCC.
This regression caused me not to notice a freed memory read that I had introduced in BITAND because it wasn't detected in debug builds.