Ignore:
Timestamp:
11/25/21 18:25:19 (3 years ago)
Author:
ymipsl
Message:

tracking memory leak : remove context and all related object from object factory when context is finalized.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory.hpp

    r1869 r2265  
    5454             static std::shared_ptr<U> CreateAlias(const StdString& id, const StdString& alias) ; 
    5555          
    56          template <typename U> static const StdString& GetUIdBase(void); 
     56         template <typename U> static const StdString GetUIdBase(void); 
    5757         template <typename U> static StdString GenUId(void); 
    5858         template <typename U> static bool IsGenUId(const StdString& id); 
    59  
     59         template <typename U> static void deleteContext(const StdString & context) ; 
     60         template <typename U> static void deleteAllContexts(void) ; 
     61         template <typename U> static void dumpObjects(void) ; 
    6062      private : 
    6163 
Note: See TracChangeset for help on using the changeset viewer.