Developer's guide
Stub for page for the Developer's Guide.
<syntaxhighlight lang="fortran">
- OUTPUT
- Size of largest contiguous memory block available to IDL in megabytes.
- -
function get_max_memblock
compile_opt idl2, hidden
MB = 2L^20 ; one megabyte cblockSize = MB * 2047 ; two gigabytes end </syntaxhighlight>