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

Last change on this file since 400 was 400, checked in by ymipsl, 11 years ago

implement some memory information

  • buffer memory size managment
  • out of memory managment

YM

  • Property svn:eol-style set to native
File size: 153 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
12}
Note: See TracBrowser for help on using the repository browser.