source: XIOS/trunk/src/memory.cpp @ 401

Last change on this file since 401 was 401, checked in by ymipsl, 11 years ago
  • Implement mechanism for tracking memory leak
  • Correct important memory leaks
  • Add complementary report on memory consumption

YM

  • Property svn:eol-style set to native
File size: 152 bytes
Line 
1#include "memory.hpp"
2#include "exception.hpp"
3
4namespace xios
5{
6 
7  void noMemory(void)
8  {
9    ERROR("void noMemory(void)",<<"Out of memory") ;
10  }
11}
Note: See TracBrowser for help on using the repository browser.