Ignore:
Timestamp:
12/17/12 11:32:12 (12 years ago)
Author:
ymipsl
Message:
  • Implement mechanism for tracking memory leak
  • Correct important memory leaks
  • Add complementary report on memory consumption

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/cxios.cpp

    r400 r401  
    99#include "memory.hpp" 
    1010#include <new> 
     11#include "memtrack.hpp" 
    1112 
    1213namespace xios 
     
    5354  void CXios::clientFinalize(void) 
    5455  { 
    55      CClient::finalize() ;     
     56     CClient::finalize() ;  
     57#ifdef XIOS_MEMTRACK 
     58     MemTrack::TrackListMemoryUsage() ; 
     59     MemTrack::TrackDumpBlocks();   
     60#endif 
    5661  }    
    5762   
Note: See TracChangeset for help on using the changeset viewer.