home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / msjmar93.zip / MEMMAN.ZIP / VMALLOC.ZIP / VMALLOC.DEF < prev    next >
Text File  |  1993-03-01  |  504b  |  19 lines

  1. ;****************************************************************************
  2. ;Module name: VMAlloc.Def
  3. ;****************************************************************************
  4.  
  5. NAME           VMAlloc
  6. DESCRIPTION    'Virtual Memory Test Allocator'
  7.  
  8. ;CODE can be moved in memory and discarded/reloaded
  9. CODE  PRELOAD MOVEABLE DISCARDABLE
  10.  
  11. ;DATA must be MULTIPLE if program can be invoked more than once
  12. DATA  PRELOAD MOVEABLE MULTIPLE
  13.  
  14.  
  15. HEAPSIZE     1024
  16. STACKSIZE    5120
  17.  
  18. EXPORTS
  19.