File: mem_alloc_data.h

package info (click to toggle)
aces3 3.0.8-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 775,084 kB
  • sloc: f90: 5,133,741; fortran: 381,059; ansic: 22,951; pascal: 7,515; cpp: 4,349; makefile: 1,713; csh: 292; sh: 144
file content (4 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (6)
1
2
3
4
      common /mem_alloc_data/memnxt, memix, mem_malloced, membase
      integer*8 memnxt
      integer*8 memix, mem_malloced
      integer membase(1)