reinterpret_cast  112 gc/include/new_gc_alloc.h {   return *reinterpret_cast<void **>(p);  }
reinterpret_cast  231 gc/include/new_gc_alloc.h 		memset(reinterpret_cast<char *>(p) + GC_bytes_per_word, 0,
reinterpret_cast  355 gc/include/new_gc_alloc.h 			 reinterpret_cast<T*>(alloc::ptr_free_allocate(n * sizeof (T))); } \
reinterpret_cast  357 gc/include/new_gc_alloc.h 	{ return reinterpret_cast<T*>(alloc::ptr_free_allocate(sizeof (T))); } \