apsp 285 WordTreeBuilderDaemon.cpp char* apsp = ShmP; // 出現形ツリー入口ポインタを退避 apsp 286 WordTreeBuilderDaemon.cpp wordsap = new(reinterpret_cast<tree*>(apsp)) tree; apsp 315 WordTreeBuilderDaemon.cpp << (void*) apsp << std::endl; apsp 317 WordTreeBuilderDaemon.cpp << ShmP - apsp << " (" << std::dec << ShmP - apsp << ")" << std::endl; apsp 320 WordTreeBuilderDaemon.cpp hp = static_cast<void*>(apsp);