wyattdanger + cs   8

Understanding Memory
Under Linux, all programs run in a virtual memory environment. If a C programmer prints the value of a pointer (never necessary in practice), the result will be a virtual memory address. In Fortran, although pointers are not a standard feature, virtual memory addressing is implicit in every variable reference and subroutine call...
cs  memory 
september 2011 by wyattdanger

Copy this bookmark:



description:


tags: