Results 1 to 3 of 3

Thread: Memory size

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Memory size

    System: Windows
    Compiler/IDE: Delphi 5
    Libraries/API: None

    When you go in "Project" menu and click the "Information for.." item
    a dialog box appears and give some statistics about Code size and data size.

    How can I get in my program the Data size as a function result??

    I mean I'm looking for a function, for example:

    function GetProjectDataSize: integer; that returns the memory size of the static structures that are used.
    Last edited by Jimmy Valavanis; 30-03-2012 at 04:58 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •