Revision history of "Memory"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 11:46, 29 June 2023S g talk contribs 4,585 bytes +7
  • curprev 11:45, 29 June 2023S g talk contribs 4,578 bytes −20
  • curprev 11:44, 29 June 2023S g talk contribs 4,598 bytes +4,598 Created page with " '''Basics''' FEAP's memory management system utilizes an offset technique. There are two (short arrays) <code>hr( )</code> of type real*8 and <code>mr( )</code> of type integer, which are both defined in the common block <code>comblk.h</code>. When FEAP arrays are allocated they are done so using the system <code>malloc</code>. This is either done in the source file <code>unix/memory/cmem.c</code>, if on Linux/MAC, or in the source file <code>windows/memory/setmem.f..."