/* ---------------------------------------------------------------------- */ /* Copyright (C) 1991 by Natrlich! */ /* This file is copyrighted! */ /* Refer to the documentation for details. */ /* ---------------------------------------------------------------------- */ #ifndef __STATISTICKS__ #define __STATISTICKS__ extern int _emallocs, _eallocs, _efrees, _erfrees, _mmallocs, _llmallocs, _llallocs, _lgmallocs, _lgallocs, _smallocs, _sallocs, _rmallocs, _rallocs, _xmallocs, _xallocs; extern long _ssallocs, _mused, _maxused, _rmasize, _emasize, _llmasize, _lgmasize, _smasize, _mmasize, _xmasize; #endif