home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / nasm20b / nasm_src / stats.h < prev    next >
C/C++ Source or Header  |  1993-01-19  |  781b  |  16 lines

  1. /* ---------------------------------------------------------------------- */
  2. /*                   Copyright (C) 1991 by Natürlich!                     */
  3. /*                      This file is copyrighted!                         */
  4. /*                Refer to the documentation for details.                 */
  5. /* ---------------------------------------------------------------------- */
  6. #ifndef __STATISTICKS__
  7. #define __STATISTICKS__
  8. extern int _emallocs, _eallocs, _efrees, _erfrees, _mmallocs,
  9.            _llmallocs, _llallocs, _lgmallocs, _lgallocs,
  10.            _smallocs, _sallocs, _rmallocs, _rallocs,
  11.            _xmallocs, _xallocs;
  12. extern long _ssallocs, _mused, _maxused,
  13.             _rmasize, _emasize, _llmasize, _lgmasize, _smasize, _mmasize,
  14.             _xmasize;
  15. #endif
  16.