_heap.inc
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
源码类别:

DVD

开发平台:

Others

  1. ;
  2. ;      Paradigm C/C++ Run-Time Library - Version 5.0
  3. ;      Copyright (c) 1998 Paradigm Systems.  All rights reserved.
  4. ;      Portions Copyright (c) 1996 Borland International.
  5. ;
  6. ;      $Revision: 4 $
  7. ;
  8. ;-----------------------------------------------------------------------
  9. ; Values returned by some of the heap routines.
  10. ;-----------------------------------------------------------------------
  11. _HEAPEMPTY      EQU     1
  12. _HEAPOK         EQU     2
  13. _FREEENTRY      EQU     3
  14. _USEDENTRY      EQU     4
  15. _HEAPEND        EQU     5
  16. _HEAPCORRUPT    EQU     -1
  17. _BADNODE        EQU     -2
  18. _BADVALUE       EQU     -3