コード例 #1
0
  ~tester()
  {
#ifdef VERBOSE
    std::cout << this << ": tester::~tester()" << std::endl;
#endif
    mem.check_out(this);
  }
コード例 #2
0
ファイル: test_pool_alloc.cpp プロジェクト: Cabriter/abelkhan
 ~tester()
 {
     mem.check_out(this);
 }