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/type/type_decl.cpp

    r369 r401  
    1818  template CBufferIn& operator>> <decl_type> (CBufferIn& buffer, const CType_ref<decl_type>& type) ; \ 
    1919  template CBufferIn& operator>> <decl_type> (CBufferIn& buffer, decl_type& type) ; \ 
    20   template CMessage& operator<< <decl_type> (CMessage& msg, const CType<decl_type>& type) ;\ 
    21   template CMessage& operator<< <decl_type> (CMessage& msg, const CType_ref<decl_type>& type) ; \ 
     20/*  template CMessage& operator<< <decl_type> (CMessage& msg, const CType<decl_type>& type) ;*/ \ 
     21/*  template CMessage& operator<< <decl_type> (CMessage& msg, const CType_ref<decl_type>& type) ;*/ \ 
    2222  template CMessage& operator<< <decl_type> (CMessage& msg, const decl_type& type) ; \ 
    2323  template CMessage& operator<< <decl_type> (CMessage& msg, decl_type& type) ; 
Note: See TracChangeset for help on using the changeset viewer.