Help for this page

Select Code to Download


  1. or download this
    c:\test>valloc
    Global Memory Status
    ...
    Allocated: 320000 pages [1310720000 bytes] at 280d0000
    Not enough storage is available to process this command 
           at c:\test\valloc.pl line 18, <STDIN> line 7.
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    U32 virtualFree( U32 a ) {
        return VirtualFree( (LPVOID)a, 0, MEM_RELEASE );
    }