source: XIOS/trunk/src/memory.hpp @ 470

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

implement some memory information

  • buffer memory size managment
  • out of memory managment

YM

File size: 110 bytes
Line 
1#ifndef __XIOS_MEMORY_HPP__
2#define __XIOS_MEMORY_HPP__
3
4namespace xios
5{
6  void noMemory(void) ;
7
8
9}
10
11#endif
Note: See TracBrowser for help on using the repository browser.