xptr              205 gc/tests/test_cpp.cc       int **xptr = traceable_allocator<int *>().allocate(1);
xptr              215 gc/tests/test_cpp.cc       *xptr = x;
xptr              282 gc/tests/test_cpp.cc       x = *xptr;