Help for this page

Select Code to Download


  1. or download this
    C:\test>dumpbin /headers \perl64\bin\perl.exe
    Microsoft (R) COFF/PE Dumper Version 9.00.21022.08
    ...
             1000000 size of heap reserve
              100000 size of heap commit
    ...
    
  2. or download this
    # line 134
    VMem::VMem()
    ...
        m_prealloc = (LPREALLOC)GetProcAddress(m_hLib, "realloc");
        }
    }
    
  3. or download this
    LIBC    = msvcrt.lib